Assignment No. 03
SEMESTER Spring 2012
CS506- Web Design and Development
Total Marks: 20
Due Date: 7/06/2012
Question:
Develop a simple GUI application with the help of MS Access database.
Administrator login interface.
Check if username and password both are admin then show student information management window.
Student information management window.
Follow the same instruction that already given above, for student project information. The difference is before adding project record admin must select student from drop down combo box. For update information automatically select student on selecting record from above table (JTable to manage project detail)
Hints:
To manage student information use Student class.
To manage student projects use Project class.
To store multiple students record use ArrayList.
To store multiple projects record use ArrayList.
To associate mutiple projects with a student create object of Project class in Student class.