GETEC is a Java swing desktop application that can interact with real-time databases. Its ability to form dynamic SQL queries at runtime can fetch 500+ combinations of filtered data under five seconds.
The UI panels and elements are designed using Swing library, DB integration was made through JDBC. Low cpu usage and zero crash grade was achieved with Swing worker library by multi-threading. FlatLaf look and feel.