logo

Student Enrollment System in Java

   

Added on  2020-02-24

5 Pages916 Words75 Views
 | 
 | 
 | 
Running head: STUDENT ENROLLMENT SYSTEM DEVELOPMENT IN JAVA Student Enrollment System development in java Name of the StudentName of the University Authors note
Student Enrollment System in Java_1

STUDENT ENROLLMENT SYSTEM DEVELOPMENT IN JAVA 1 Introduction The Student information system is developed in order to easily insert, retrieve andmanage the student data along with their academic details. We have used and implementedmultiple classes in order to complete the tasks such as inserting student data, subjects and theirenrollments in different courses. The project is developed using the Java swing Framework. Features of the developed system In order to create the GUI for the application we have used the JFrame which is thecomponent of the Java Swing Class. The javax.swing.JFrame class is a container that inheritsthe java.awt.Frame class. This helps in developing the GUI for the applications and adddifferent other components to the Jframe that builds the user form for the user through whichthey can interact with the application. The JFrame acts as the main window wherecomponents are added such as (buttons, labels, text fields or other I/O components). In this application, the main function is contained in the home class of the applicationspackage. In this student subject and enrollment system we have added six buttons that will helpthe user to complete six different operations. These functionalities are, Insert Student details,Retrieve Student details, Insert Subject details for a new subject, Retrieve Subject details. Inaddition to that other functionalities like Inserting enrolment details, Retrieving enrolmentdetails.
Student Enrollment System in Java_2

End of preview

Want to access all the pages? Upload your documents or become a member.

Related Documents