Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Project Objectives: To write a program that implements the following Advanced Programming concepts: 1. Data encapsulation 2. Instantiate classes 3. Inheritance 4. Graphical User Interface

Project Objectives: To write a program that implements the following Advanced Programming concepts: 1. Data encapsulation 2. Instantiate classes 3. Inheritance 4. Graphical User Interface concepts 5. Exception Handling 6. Inner classes Project Name: Volume & Surface Area The program will have the following menu and menu items: 1. File Cone Torus Sphere Cuboid Cylinder Exit 2. Help Help Contents About Items menu description: Cone will ask the elements and calculate the volume or surface area. Torus will ask the elements and calculate the volume or surface area. Sphere will ask the elements and calculate the volume or surface area. Cuboid will ask the elements and calculate the volume or surface area. Cylinder will ask the elements and calculate the volume or surface area. Help contents will display the help of your program. About will display an about window displaying each of your member team names. The project would be in groups with a maximum of three members. Components must be used in the project: JMenuBar JMenu JMenuItem JLabel JLabel (Image) JTextField JCheckBox The component JCheckBox is for: Volume Surface area Depending on which JCheckBox you choose then it will calculate the volume or the surface area

IMPORTANT

**NOTE** Each figure: cone, torus, sphere, cuboid, and cylinder should have their own separate classes. example: Cone.Java, Torus.java

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

More Books

Students also viewed these Databases questions

Question

How would you assess the value of an approach like this?

Answered: 1 week ago