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

Distributed Computing in Java - Layout Managers 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 (21.59 KB, 2 trang )

Distributed Computing in Java Assignments
© 2007 Aptech Ltd Version 1.0 Page 1 of 2
L
L
a
a
y
y
o
o
u
u
t
t


M
M
a
a
n
n
a
a
g
g
e
e
r
r
s


s





Sr. No Assignment Question
1. The Norman School of Business Studies is one of the premier institutes offering
post graduate degrees to business management students. Every year more than
1000 students enroll for various courses in this college. The management wants
to keep a track of all the students of the college. In order to achieve this, the
management has planned to use an application which will accept the details of
each student and store them for later reference.

The Dean of the college and a team of experts have 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 GUI for the application.

Design a user-friendly form for the student to enter the following categories of
details.
• Personal Details
• Academic Details
• Extracurricular Details

The form has the following buttons having the functionality as described below.

Reset: Clicking this button would reset all the text fields to null.
Save: When the save button is clicked all the values from the text boxes are
read and checked if they are not null. If the user has input all the values then the
values are written in a text file. After the values are successfully saved a

message is displayed to the user that the information was successfully saved.
Exit: When the exit button is clicked the application exits.

The GUI for the application should be similar to the one shown in figure 3.1
below.

Distributed Computing in Java Assignments
© 2007 Aptech Ltd Version 1.0 Page 2 of 2

Figure 3.1: GUI for the application



×