You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository contains a Java program for managing a student database using a graphical user interface (GUI).
Features
Add new student records with ID number, contact number, and name.
View all student records.
Update existing student records.
Delete student records.
Prerequisites
Java Development Kit (JDK) installed.
IDE or text editor for Java development (e.g., Eclipse, IntelliJ, or Visual Studio Code).
Getting Started
1: Upon launching the application, a GUI window will appear with options to add, view, update, and delete student records.
2: To add a new student record, click the "Add" button and enter the required information in the dialog box.
3: To view all student records, click the "View" button. The records will be displayed in the text area.
4: To update an existing student record, click the "Update" button and enter the ID number of the record you wish to update. Follow the instructions in the dialog box.
5: To delete a student record, click the "Delete" button and enter the ID number of the record you wish to delete.
Contributing
Contributions to this project are welcome. If you find any issues or would like to suggest improvements, please open an issue or submit a pull request.