ComputerScienceExpert

(11)

$18/per page/

About ComputerScienceExpert

Levels Tought:
Elementary,Middle School,High School,College,University,PHD

Expertise:
Applied Sciences,Calculus See all
Applied Sciences,Calculus,Chemistry,Computer Science,Environmental science,Information Systems,Science Hide all
Teaching Since: Apr 2017
Last Sign in: 103 Weeks Ago, 3 Days Ago
Questions Answered: 4870
Tutorials Posted: 4863

Education

  • MBA IT, Mater in Science and Technology
    Devry
    Jul-1996 - Jul-2000

Experience

  • Professor
    Devry University
    Mar-2010 - Oct-2016

Category > Programming Posted 05 May 2017 My Price 9.00

CIS355A Week 3 Lab Enhanced GUI Application

Enhanced GUI Application using Additional Swing Components

Really need help and don't have many credits...

 

 

CIS355A Week 3 Lab
Enhanced GUI Application using Additional Swing
Components
OBJECTIVES Create a GUI that uses JCheckBox, JRadioButton, JTextArea, and menus.
Process multiple events. PROBLEM: BurgersRUs Point of Sale system
Burger Barn needs a point of sale application. The products and prices are as follows.
Burgers:
single $3.50, double $4.75
Add cheese:
+ $.50
Add bacon:
+ $1.25
Make it a meal:
+ $4.00
FUNCTIONAL REQUIREMENTS
You can code the GUI by hand or use NetBeans GUI builder interface.
The GUI should use JRadioButton to choose single or double burger. Single burger Double burger
It should use JCheckBox for add ons. Add cheese Add bacon Make it a meal
JTextField for item price, order quantity, order total
JTextArea to display the receipt
Create a menu with the following options.
File
Order
Exit
Add to Order
Clear for next item
New Order
As the user selects items, the item price should be calculated and updated accordingly.
Note that quantity should default to 1. The user can change if needed.
Once choices are made and quantity is entered, process the order using the menu options.
Order—Add to Order
Displays the choice and price in each text area.
Note that multiple items can accumulate in a single order
Updates the order total
Order—Clear for next item
Clears the checkboxes. Note that quantity should default to 1
Order—New Order
Clears the GUI and totals for a new order
File—Exit
Exits the program. Use System.exit(0) commad. CIS355A Week 3 Lab Instructions Page 1 Sample GUI CIS355A Week 3 Lab Instructions Page 2 CIS355A Week 3 Lab Instructions Page 3 GRADING RUBRIC
Functional Requirements 40 All components on GUI created correctly Item price updated properly with radio and checkbox selections Items added to text area Total price accumulates correctly Clear for next item works correctly Clear for new order works correctly All prices displayed with two decimal places File exit works correctly Error messages for any invalid/missing user input using JOptionPane
Code style
Lab Report
TOTAL 5
10
55 CODE STYLE REQUIREMENTS Include meaningful comments throughout your code.
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 filename must match class name (DO NOT rename). CIS355A Week 3 Lab Instructions Page 4

 

Attachments:

Answers

(11)
Status NEW Posted 05 May 2017 03:05 AM My Price 9.00

-----------

Attachments

file 1493954410-Solutions file 2.docx preview (51 words )
H-----------ell-----------o S-----------ir/-----------Mad-----------am ----------- Th-----------ank----------- yo-----------u f-----------or -----------you-----------r i-----------nte-----------res-----------t a-----------nd -----------buy-----------ing----------- my----------- po-----------ste-----------d s-----------olu-----------tio-----------n. -----------Ple-----------ase----------- pi-----------ng -----------me -----------on -----------cha-----------t I----------- am----------- on-----------lin-----------e o-----------r i-----------nbo-----------x m-----------e a----------- me-----------ssa-----------ge -----------I w-----------ill----------- be----------- qu-----------ick-----------ly -----------onl-----------ine----------- an-----------d g-----------ive----------- yo-----------u e-----------xac-----------t f-----------ile----------- an-----------d t-----------he -----------sam-----------e f-----------ile----------- is----------- al-----------so -----------sen-----------t t-----------o y-----------our----------- em-----------ail----------- th-----------at -----------is -----------reg-----------ist-----------ere-----------d o-----------n -----------THI-----------S W-----------EBS-----------ITE-----------. ----------- Th-----------ank----------- yo-----------u -----------
Not Rated(0)