CIS355 Lab 2 – Health Profile GUI With Lab Report
CIS355A Week 2 Lab—Developing a GUI Application
OBJECTIVES
Create a GUI that uses JTextField, JLabel, and JButton.
Write event handlers to process user data.
PROBLEM: Health Profile App
GymsRUs would like to replace their console program with an updated app using a graphical
user interface. You will use the HealthProfile class that you created in the Week 1 Lab and build
a GUI for it.
FUNCTIONAL REQUIREMENTS
Make sure your HealthProfile class from the Week 1 Lab is in a named package, not default (i.e.,
package lab1).
You must ADD the project that contains the HealthProfile class to this week’s project by
right click project, go to properties; and
click Libraries, Add Project, click OK.
Then you will be able to reference your existing class as
import lab1.HealthProfile.
Your project will have three classes:
HealthProfile class from Week 1 Lab
HealthProfileGUI class
Lab2Main class
Your HealthProfildGUI class should have the following components (see sample GUI below).
JTextField objects to enter: name, age, height in feet, height in inches, weight in
pounds
JButton objects to display results, clear the GUI
JTextField objects to display the BMI, category, and max heart rate
JLabels to describe all textboxes
You are free to layout and design your GUI as you like as long as it includes these components.
Add default and parameterized constructors to your HealthProfile class. The parameterized
constructor should have five arguments: the name, age, weight, height in feet, and height in
inches. Note it should convert the height to inches to store in the private instance variable.
Code event handlers for each button:
Display: Make sure all user input is present and valid
Use the HealthProfile class to process the data
Display the results on the GUI
CIS355A Week 2 Lab Instructions Page 2
Clear Clear all text boxes on the GUI
Sample GUI
GRADING RUBRIC
HealthProfile class
Add default and parameterized constructors
10
HealthProfileGUI class
All components on GUI
Display button event handler coded properly
Clear button event handler coded properly
Error messages for any invalid/missing user input using JOptionPane
25
Lab2Main class
Displays the GUI properly
5
Code style 5
Lab Report 10
TOTAL 55
CODE STYLE REQUIREMENTS
Include meaningful comments throughout your code
CIS355A Week 2 Lab Instructions Page 3
Use meaningful names for variables
Code must be properly indented
Include a comment header at beginning of each file, example below
/****************************************************
Program Name: ProgramName.java
Programmer's Name: Student Name
Program Description: Describe here what this program will do
***********************************************************/
DELIVERABLES
Submit as a SINGLE zip folder
All java files
Lab report
Follow assignment specification regarding class/method names.
Note that your java file name must match class name (DO NOT rename).
* You can also use 2CO option if you want to purchase through Credit Cards/Paypal but make sure you put the correct billing information otherwise you wont be able to receive any download link.
* Your paypal has to be pre-loaded in order to complete the purchase or otherwise please discuss it with us at [email protected].
* As soon as the payment is received, download link of the solution will automatically be sent to the address used in selected payment method.
* Please check your junk mails as the download link email might go there and please be patient for the download link email. Sometimes, due to server congestion, you may receive download link with a delay.
* All the contents are compressed in one zip folder.
* In case if you get stuck at any point during the payment process, please immediately contact us at [email protected] and we will fix it with you.
* We try our best to reach back to you on immediate basis. However, please wait for atleast 8 hours for a response from our side. Afterall, we are humans.
* Comments/Feedbacks are truely welcomed and there might be some incentives for you for the next lab/quiz/assignment.
* In case of any query, please donot hesitate to contact us at [email protected].
* MOST IMPORTANT Please use the tutorials as a guide and they need NOT to be used for any submission. Just take help from the material.
******************************************** Good Luck ***************************************************
Any personal information received will only be used to fill your order. We will not sell or redistribute your information to anyone.
We will try our best to resolve the issue and if still persists we can discuss for a refund in case its required.