A Java Swing application designed to manage and interact with patient records. Users can search for patients by name, sort the list by name alphabetically, or sort by age.
Developed as part of the ITJVA2-12 module at Eduvos.
- Patient List: Displays a list of patients with their name, age, and medical history.
- Search Functionality: Filter patients by name using the search bar.
- Sort by Name: Alphabetically sort the patient list.
- Sort by Age: Sort patients from youngest to oldest.
- Interactive GUI: Built using Java Swing components.
Main GUI:
Search by Name:
Sort by Name:
Sort by Age:
- Open the project in NetBeans.
- Run the
Hospital.javafile. - The GUI will appear. Use the buttons to search or sort.
Kamogelo Phale