Answered step by step
Verified Expert Solution
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 ...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