Java Final Project Report - C183007 PDF

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 8

JAVA

FINAL-PROJECT
COURSE TITLE : SOFTWARE DEVLOPMENT
COURSE CODE : 2340

Submitted by:
Md. Nayem Hossain
Id: C183007
Section: 3AM

Submitted To :
Mr. Mahadi hasan
Assistant professor

Department of CSE
International Islamic University Chittagong.

OCTOBER 7, 2020

FINAL-JAVA PROJECT REPORT


on
STUDENT INFORMATION MANAGEMENT SYSTEM
SYSTEM

1
Project Name :
Student Information Management System

Description:
This application made by using java-swing. The frame-work and ide which I used for this project
name’s “eclipse”. The database which I used for this project neme’s “MySql” through localhost
Server using Xampp application.
This is a Simple Student Information Management System project.
This application is used for all of the student information of our university. We can find the data
of the student we want And for finding we can search students in the search bar by their Id or
Name.

Login page :

First we have to Login as an admin because this application is a simple student information management
system for an admin. We did not express the function “login for an student” in this application. We just
show how to use database in the application.
In this page if we pressed the wrong user_name or Password then we won’t enter the application. We
have to write the correct username and password( has to match with database ) then have to clicked the
LOGIN Button. After click the login button this message will be shown

2
Press OK and Entered the application.

Admin Pannel :

Home Page:
After login this page will be shown

In this section first we have discuss about the search_bar. We can search the students by their Id or
Name for the purpose of finding a student quickly. For example- if we search by “STUDENT ID” :

3
Again, If we search by “STUDENT NAME” :

This table show all the students information whose inserted by the admin.

Add Student Information page:


For add an student have to clicked “ADD STUDENT INFORMATION” Button.

Here , we add any a Student and his all information who have admitted newly in our university. We have
to write the data in the box and browse an image for the students then clicked the “INFORMATION
SUBMIT BUTTON” then show a message :

4
Press ‘OK’ and inserted the whole information of the student in the student
Database.

Student Profile page:


for seeing the student Profile first select an student from the table of Home page

then clicked the ‘STUDENT PROFILE’ button and see the profile which we want.

Update Student Information page:

5
If we done something wrong during inserted information of the student then we can update the correct
information.
For this operation we have to write the correct information for example if admin inserted before wrong
picture then for update the right person picture we have to clicked “browse” button then admin see like
that-

Now admin choose the right person picture and press open and then press ‘INFORMATION UPDATE’
button and this application will shown this message

Press ‘OK’ and update the information.

Delete Student Information page:


Suppose admin wants to delete a student information from the database. For complete this operation
firstly admin select a student from the database-table which admin wants to delete.

Here we select id: C183007 for the purpose of delete operation. Next we have to clicked “DELETE
STUDENT INFORMATION” Button

6
And show the “ALERT BOX”

Press ‘YES’ and delete the whole information of the given student.

Change admin user-name and password:


Click “CHANGE USER NAME & PASSWORD” Button

Then see the window (given below the screenshot) :

7
In this page, we can change the admin previous user-name & Password. we have to write first the
previous user-name and password then we write the ‘NEW PASSWORD’ next press “CLICK HERE TO
CHANGE” Button and changed the admin previous password.

‘SIGN OUT’ button:


After clicked ‘SIGN OUT’ Button-

We come back to our “LOGIN PAGE”

You might also like