Skip to content

issues Search Results · repo:soumyadip007/Java-JavaFx-Swing-Projects-Desktop-Application-GUI-Software language:Java

Filter by

The Railway Ticket Booking application has critical business logic that can be tested. Adding JUnit tests for ticket price calculations, seat validation, and basic booking flows would increase code quality ...
  • MiguelAntonioRS
  • Opened 
    28 days ago
  • #19

To improve issue tracking, create GitHub issue templates for bug reports and feature suggestions. This will help maintainers gather consistent information and prioritize effectively.
  • MiguelAntonioRS
  • Opened 
    28 days ago
  • #18

The repository lacks contribution guidelines. Adding a CONTRIBUTING.md file with setup instructions, coding standards, and how to submit pull requests will help new contributors engage with the project ...
  • MiguelAntonioRS
  • Opened 
    28 days ago
  • #17

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() ...
  • MiguelAntonioRS
  • Opened 
    28 days ago
  • #16

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 started with JavaFX. ...
  • MiguelAntonioRS
  • Opened 
    28 days ago
  • #15

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 ...
  • MiguelAntonioRS
  • Opened 
    28 days ago
  • #14

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 ...
  • MiguelAntonioRS
  • Opened 
    28 days ago
  • #13

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 improve ...
  • MiguelAntonioRS
  • Opened 
    28 days ago
  • #12

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 improve ...
  • MiguelAntonioRS
  • Opened 
    28 days ago
  • #11

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. Consider using a ...
  • MiguelAntonioRS
  • Opened 
    28 days ago
  • #10
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub