CS506 Assignment 02 Solution Spring 2013 Due Date: 10/05/2013

No Comments

Question:
HRM is the management of employees within an organization. At present stage all the Human Resource (HR) work for JS group of industries is managing manually. Each time to change employee information, the manager needs to update the record manually in different locations/ places, which is a tedious job for the HR manager and prone to errors.
So we are going to develop a GUI application for the HR Manager to perform his/her task efficiently.

Solution Guidelines:
This basic aim of this assignment is to provide you practice on adding different GUI components.
You are required to develop a GUI based application which includes different tabs and inside each tab there are different form controls (as shown in figures) like JLabel, JTextField, and JComboBox etc.
The main idea behind it:
You have to add a JFrame in your code, inside the JFrame you have to include JTabbedPane. After including JTabbedPane you are required to add five Tabs named as “Personal Information”, “Contact Information”, “Family Information”, “Job History” and “Additional Charge”. After that you have to include java form controls in each tab (as shown in figures) by using JLayeredPane.



Note:
1)      There is no need to perform event handling
2)      No need of database connectivity
3)      Only image file of GUI will not be accepted.



Sample Output:    When you run the program:

Instructions
Please read the following instructions carefully before solving & submitting assignment:
It should be clear that your assignment will not get any credit  if:
  • The assignment is submitted after due date.
  • The submitted assignment does not open or file corrupt.
  • The assignment is fully or partially copied from (other student or ditto copy from handouts or internet).
  • Student ID is not mentioned in the assignment File or name of file is other than student ID.
  • The assignment is not submitted .java format.

Uploading instructions

Your submission must include:

  1. All the source code (.java files) and other if necessary files to compile and run your program.
                                      OR
  2. Send complete Netbeans project in zip format.

Objective

The objective of this assignment is
  • To give you some practice exercise of creating different Graphical User Interfaces (GUI) in Java

Important Requirements and Instructions:
  1. You are allowed to use Netbeans IDE for this assignment.
  2. Assignment due date is May 10, 2013. Extra grace day (May 11, 2013) is only if last date has any problem (like server gets down or files not uploading).  Any lame excuses will not be accepted after due date. 
  3. We will not accept assignment through email in any case. Be Careful 

Deadline: Your assignment must be uploaded/submitted at or before 10/05/2013.
For any query about the assignment, contact at cs506@vu.edu.pk
GOOD LUCK
Question:
HRM is the management of employees within an organization. At present stage all the Human Resource (HR) work for JS group of industries is managing manually. Each time to change employee information, the manager needs to update the record manually in different locations/ places, which is a tedious job for the HR manager and prone to errors.
So we are going to develop a GUI application for the HR Manager to perform his/her task efficiently.

Solution Guidelines:
This basic aim of this assignment is to provide you practice on adding different GUI components.
You are required to develop a GUI based application which includes different tabs and inside each tab there are different form controls (as shown in figures) like JLabel, JTextField, and JComboBox etc.
The main idea behind it:
You have to add a JFrame in your code, inside the JFrame you have to include JTabbedPane. After including JTabbedPane you are required to add five Tabs named as “Personal Information”, “Contact Information”, “Family Information”, “Job History” and “Additional Charge”. After that you have to include java form controls in each tab (as shown in figures) by using JLayeredPane.



Note:
1)      There is no need to perform event handling
2)      No need of database connectivity
3)      Only image file of GUI will not be accepted.






Sample Output:    When you run the program:

When you click on “Contact Information” tab, then:










When you click on “Family Information”, then:

When you click on “Job History” tab, then:



When you click on “Additional Charge” tab, then

Next PostNewer Post Previous PostOlder Post Home

0 comments

Post a Comment