Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Create a Java Program With GUI Interface Program Details: You will need to think of a small business or other scenario for your program. Think

Create a Java Program With GUI Interface

Program Details:

You will need to think of a small business or other scenario for your program. Think of something which interests you:

It could be a service: gardening, lawn mowing, window cleaning, dog walking, dog grooming, house cleaning, baby sitting, car washing, home delivery, tutoring etc.

You could be selling a product : (not pizzas), curries , sandwiches, tools, hamburgers, books, magazines, plants, bicycle etc.

It could be a calculation per person: compound interest projection, fuel consumption etc.

The above are only suggestions try and be creative and create a unique scenario.

You can not use any of these scenarios : ( Pizzas, Nemo Reef tours, a Hotel, a car park, dry cleaners, car hire or sales, fruit shop, weather, student marks and catering)

Program Requirements:

Your program will need to read in N entries where value of N is 8 or single entries at a time in a GUI.

For each entry you need to read in at least a String or more if it is required and read in a number or numbers to perform a calculation. The calculation should be dependent on a series of if else statements which depends on a variation of pricing based on number of items. If it is just a calculation per entry then use if else statements to report on the result for example: calculating fuel consumption could report being very efficient, normal or not efficient.

For each entry you will need to report the charges or calculation results receipt to be displayed. After the entries have been entered you will need to report a couple of cumulative values total money collected and an average of some value(it could be the average of money collected) for example. These could be displayed in a display all option if you are using a GUI interface.

It is also needed to include a GUI interface and store the records using an advanced data structure such as array of objects, parallel arrays or an Array list.

Your program needs to display the principles of good programming practices: meaningful identifies using camel notation, correct indentation and layout, constants used for numeric values and correct commenting including a header comment for all files if applicable.

Input and output

you can use dialogs for input and output or even create your own Windowed GUI Application.

Also it is needed to attach the following with this project:

  • Scenario description which you have chosen and program specification.
  • Screenshots and description of the output
  • Source code must be in text form pasted here.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Processing Fundamentals Design

Authors: Marion Donnie Dutton Don F. Seaman

14th Edition Globel Edition

1292107634, 978-1292107639

More Books

Students also viewed these Databases questions

Question

If //;c = .0017 for 20 (d) 5^23 (e) 41^23 (0 4|3^23

Answered: 1 week ago

Question

What is the Definition for Third Normal Form?

Answered: 1 week ago

Question

Provide two examples of a One-To-Many relationship.

Answered: 1 week ago