Skip to content

prathameshkurunkar7/Bus-Reservation-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Bus-Reservation-System

Bus Reservation System in Java using Swing. How to Run?

  1. Open Cmd/terminal.
  2. Navigate to the particular directory.
  3. cd model

  4. javac *.java

  5. cd ..

  6. javac App.java //entry point

  7. java App

Key points:

  1. Application build using Java Swing.
  2. No Database used.
  3. Data Structure used from Java Collections.
  4. Validation performed using regex.

About

Bus Reservation System in Java using Java Swing GUI.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages