- Hey! This project name is College Management- System-Application and this is a simple java Project based on java Swing/GUI and database i.e, java-derby.
This is a useful application for colleges for managing their student's details like Name, Roll no, Reg-no, Dept, Address and other details. this Application is also useful for modifies details or delete old student's details and Update new details and also very useful to searching any student's full details.
Here, We also used databased i.e, 'java derby' for store all details. We can use it to view/refer any student details. this database connected to java-swing part so any change/modify in swing part, will directly enter in databased.
- Following image here
- Sample image look like:-
- Apache netbeans 12.1
- java Swing
- Database- java derby
- JDBC
-
open java ide-'Netbeans'.
-
Create a jFrame and used swing and GUI.
-
import some libraries like:
import javax.swing.JOptionPane;
import javax.swing.JTextField;
import java.sql.*;
import javax.swing.JFrame;
import javax.swing.JOptionPane; -
Deploy buttons, panal, textfield and radio_btn etc inside the jFrame.
-
Write code and set action listener on each button to perform operation.
-
create database and connected it through swing parts.
-
Run and get expected output.