This Java application allows users to enter student information using JavaFX GUI components. Users can input the student's full name, address, city, province, postal code, phone number, email, select their major, choose courses, and provide additional information through checkboxes.
- Input fields for student information.
- Radio buttons to select the student's major.
- Combo box to select courses based on the chosen major.
- List box to display selected courses.
- Checkboxes for additional student information.
- Text area to display all entered student information.
- Java Development Kit (JDK) 8 or later
- JavaFX SDK
- Clone the repository.
- Open the project in your preferred Java IDE.
- Make sure JavaFX SDK is properly configured in your IDE.
- Run the application.