A desktop application built with Java Swing framework for managing clinic observations and patient records.
The Swing Clinic App is a comprehensive desktop application designed to streamline clinic management operations. Built using Java Swing, this application provides healthcare professionals with an intuitive interface to manage patient records, appointments, and clinical observations efficiently.
- Patient Management: Add, edit, and view patient information
- Appointment Scheduling: Manage patient appointments and schedules
- Clinical Observations: Record and track patient observations
- User-Friendly Interface: Clean and intuitive Java Swing GUI
- Data Management: Efficient storage and retrieval of clinic data
- Cross-Platform: Runs on Windows, macOS, and Linux
- Java: Core programming language
- Swing: GUI framework for desktop application
- Object-Oriented Programming: Clean and maintainable code structure
Before running this application, make sure you have the following installed:
- Java Development Kit (JDK) 8 or higher
- Java Runtime Environment (JRE)
-
Clone the repository
git clone https://github.com/mo-zekry/Swing-Clinic-App.git
-
Navigate to the project directory
cd Swing-Clinic-App
-
Compile the Java files
javac -d bin src/**/*.java
-
Run the application
java -cp bin MainClass