Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Design a GUI interface to accept user input and add the data to a Employee Class, or Astronaut Class or Pilot Class. Create the interface

Design a GUI interface to accept user input and add the data to a Employee Class, or Astronaut Class or Pilot Class. Create the interface as an IntelliJ project.

  • In this assignment, need to have a way for the user to input data for the properties of a Employee Class, or Astronaut Class or Pilot Class
  • The user should be able to enter the data for the properties of an Employee Class, or Astronaut Class or Pilot Class. As you recall, the properties for an Employee Class, or Astronaut Class or Pilot Class are the following;

Employee Class has an:

  • Employee ID property
  • Name property
  • Hire Date property
  • Employee type property.

Pilot Class has a:

  • License Number property
  • Rating property
  • Flight Hours Property.

An Astronaut Class has a:

  • Trips to Space property
  • Research Specialty Property.

  • Need to have event listeners associated with the two Command Button components on the GUI. One listening to the ADD Button and another listening to CLEAR Button.
  • After the Add Button is pressed the data entered into the GUI should be saved to a Comma Separated Value (CSV) file.
  • After the Clear Button is pressed, the data in the form should be cleared.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

To create this GUI interface in IntelliJ youll want to follow these steps 1 Create a New Project in ... 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_2

Step: 3

blur-text-image_3

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

Systems analysis and design

Authors: kenneth e. kendall, julie e. kendall

8th Edition

135094909, 013608916X, 9780135094907, 978-0136089162

More Books

Students also viewed these Programming questions

Question

What is an insurable interest? Why is it important?

Answered: 1 week ago

Question

What is the difference between test data and live data?

Answered: 1 week ago