0% found this document useful (0 votes)
581 views

Java Project Proposal

This document proposes a Java project to create a university course enrollment system using Swing. It will allow students to register, login, and select between 4-8 courses that will be saved to a database. The database will contain 3 tables: 1) a student information table with fields like name, semester, roll number, phone number; 2) a student login details table with fields like ID, roll number, password; and 3) a student courses table with fields like ID, roll number, courses.

Uploaded by

Aurangzeb Khan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
581 views

Java Project Proposal

This document proposes a Java project to create a university course enrollment system using Swing. It will allow students to register, login, and select between 4-8 courses that will be saved to a database. The database will contain 3 tables: 1) a student information table with fields like name, semester, roll number, phone number; 2) a student login details table with fields like ID, roll number, password; and 3) a student courses table with fields like ID, roll number, courses.

Uploaded by

Aurangzeb Khan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

Java Project Proposal (Swing

Based App)
Group Members:
Shahzad Mukhtar ( B-16941 )
Aurangzeb Khan ( B-16931 )

Project Info:
We Are Going To Make University Course Enrolment System In
Java. First We Make a Registration page for students so that they
can register in our database. After that students go to login page
and enter his/her roll number and password and if its true He /
She Redirect To His/her Account where they have the option to
choose/select the Courses ( 4 Courses Minimum / Maximum ).
After selection, their courses save in database so when He / She
Login Again His Selected Courses Show In His Account .

Database Design:

In Our Data base we have 3 Tables 1st is for store student


information, 2nd for store login details, 3rd for store every student
selected course

Tables Implementation:
1st table Students Record :

In This table we have Different Columns Regarding to student


information name, semester , roll number , phone number in this
table every student roll number is primary key
2nd Table Students Login Details:
In This Table We Have 3 Colums Which Are ID, Roll number,
Password. We Cant Save These Details in Students Recorded
because if we store all data in 1 table its not a good database
design. In This Table Primary Key Is ID which is automatically give
to every user its cant be same every student get a unique ID by
System.
3rd Table Students Courses :

In This table we store all information of student courses so in this


table we have 3 Colums Which Are ID , Roll number , Courses in
this table primary key is ID which is automatically give to every
user its cant be same every student get a Unique ID by System .

You might also like