Java Student Information System Source Code
Student Information System In Java Using NetBeans
 In this Java Tutorials Serie we will see How To Create A Simple Student Information Management System In Java And MySQL Using NetBeans .
  Project Demo
 How It Work:
1 - Login Form
      if one or more text fields are empty show asterisk
     the main form contains a menu to go to the manage students forms, manage courses forms,      manage scorses forms.
  a welcome label with the logged user USERNAME .
  a panel with a label on it to show total number of students .
  a panel with a label on it to show total number of courses .
  
3 - Student
       form to add a new student
        if you try to add empty information
        if everything is ok
        when a new student added the student count in the main form will increment + 1
      manage student form
        manage student form click on add button will open the add new student form
        search students in database by text and display them on jtable
        get selected student information from jtable into textfields
        edit the selected student
         remove selected student, the user scorses will be also deleted
    the student count in the main form will be decrement by 1 (up pic = 8, down pic = 7)
  3 - Course
      add course form: course name and hours numbers for this course
  manage course form
edit selected course: get selected course from jtable to text fields and enter new data into text fields.
click on add button will show the add new course form
delete selected course : all scores for the selected course will be also deleted
4 - Score
      add score form: add score to selected student from jtable for the selected course from jcombobx.
         show all scores form
        manage scores form
        edit selected score
         deleted selected score
       manage score click on add button
  if you want the source code click on the download button below
Delivery: Instant Source Code Download.
More Java Projects:
- Java Project With MySQL Database With Source Code


Posting Komentar untuk "Java Student Information System Source Code"