Java-JavaFx-Swing-Projects-Desktop-Application-GUI-Software icon indicating copy to clipboard operation
Java-JavaFx-Swing-Projects-Desktop-Application-GUI-Software copied to clipboard

All projects are based on ☕ Java(Swing.All projects are database(MySql) connected📂 and compatible to run is🖥️ Desktop(with .exe)🖱️.All projects have a Graphical User Interface(GUI)👨🏻‍💻 that user...

Results 17 Java-JavaFx-Swing-Projects-Desktop-Application-GUI-Software issues
Sort by recently updated
recently updated
newest added

The Chatbot application does not display correctly on small screens or low resolutions. UI components are cut off or not properly aligned. Consider improving layout management or using setPreferredSize() and...

Migrating the Calculator application to JavaFX would help modernize the project and serve as a template for converting other apps. This issue is ideal for new contributors looking to get...

Currently, most applications use MySQL, which requires setup and credentials. Adding optional support for SQLite would allow users to run apps with zero configuration, especially for testing or learning purposes.

Many applications repeat similar JDBC connection code. Creating a shared utility class (e.g., DatabaseUtil.java) to handle connections, error handling, and configuration would improve maintainability and reduce redundancy.

The main README gives an overview of all projects, but each project folder lacks its own README. Adding individual README files with a description, screenshots, and usage instructions would greatly...

The repository currently lacks a continuous integration setup. A GitHub Actions workflow could be added to compile the Java projects, run unit tests, and optionally package the JARs. This will...

Some applications fail to connect to the database if the JDBC driver path is not manually added to the system’s CLASSPATH. This causes runtime errors on systems with different setups....