Skip to content

Saurabh-pec/College-Management-system-Application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

College-Management-system-Application

Description

  • 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.

Demo

  • Following image here

Img1

Img2

Img3

Img4

  • Sample image look like:-

calc_img

Demo

Technologies Used:

  • Apache netbeans 12.1
  • java Swing
  • Database- java derby
  • JDBC

Setup/ Methods

  • 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.