Question
Java GUI Rick Hammer is a carpenter who wants an application to compute the price of a desk a customer orders, based on the following:
Java GUI
Rick Hammer is a carpenter who wants an application to compute the price of a desk a customer orders, based on the following: desk length and width in inches, type of wood, and number of drawers. The price is computed by
The minimum charge for all desks is $200
If the surface area is over 750 square inches, add $50
If the wood in mahogany, add $150; for oak add $125. No charge is added when pine is used.
For every drawer in the desk, there is an additional $30 charge.
Using NetBeans create a Graphic User Interface for this program. (review NetBeans #1 for help)
Make sure to add a working calculate and clear button.
Include a title All variables must have relevant names.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started