Question: 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
To create this GUI interface in IntelliJ youll want to follow these steps 1 Create a New Project in ... View full answer
Get step-by-step solutions from verified subject matter experts
