Tải bản đầy đủ (.pdf) (1 trang)

Working with Database and Security in Java - JDBC-II doc

Bạn đang xem bản rút gọn của tài liệu. Xem và tải ngay bản đầy đủ của tài liệu tại đây (35.54 KB, 1 trang )

Working with Database and Security in Java Assignments
© 2007 Aptech Ltd Version 1.0 Page 1 of 1
J
J
D
D
B
B
C
C
-
-
I
I
I
I




Sr.
No
.
Assignment Question
1 Kidszone School wants to store the information of students and their parents in their
database. This will help them to better administer and control the new student registration
process as well as manage already existing records of enrolled students.

The School Management Board has chosen your company to provide a solution for the
same. Consider yourself to be a part of the team that implements the solution for
designing the application.



Create a GUI based Java Swing application that will allow the school staff displaying
student records one at a time. Data for student record should be displayed from database
tables. The form will not allow the staff to enter any data. Registration ID and Registration
Date are system generated data that should come from database table. These are
generated by the system when the staff enters all relevant data into Student Registration
Form, and then clicks on OK button (Given in Module 1 Assignment).

In the beginning only First and Last buttons should be enabled. When the user views first
record Previous button should be enabled. Similarly, when user views last record Next
button should be disabled.

The interface of the Student Record View should resemble the following:


×