Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

I am not looking for the full code (if found is great), i am only looking for the action performed functions and a general solution

I am not looking for the full code (if found is great), i am only looking for the action performed functions and a general solution that is going to be written on paper. just simple code that is responsible for the gerneral stuff. FOR EXAMPLE: "Remove selected" i need to provide the action performed function that is reponsible for deleteing something the list. Thank you in advance!

image text in transcribed

Write the codes defined for the actions defined in the boxes below. Employee Form X Name Gender Male Birth Year Surname Female City Department Languages English German Spanish Salary Add to List Employee List Harry Lane Lisa Hill London Paris Accounting Sales English, German English, Spanish $7500 $7800 When you click on this button, a new employee object from employee class will be created and all the information from the components will be assigned to the new object. This student will be saved in employees ArrayList which includes all employee objects. Finally, information displayed in the list will be copied in a String[] array and this string[] array will be listed in Employee List Jtist. (30pts) Remove Selected Read From File Save to File When you click on this button, selected employee will be removed from the list. (10pts) When you click on this button, Emplooyee List Form will be opened. (10pts) Employee List x Employees Department When you click on this button, all the employee objects and their information within employees ArrayList will be written on the file whose name is taken from File Name textfield. (20 pts) Harry Lane, London Lisa Hill, Paris When you click on this button, the file whose name is taken from filename textfield will be read and the employees whose department name is equal to the one taken from department textfield will be written into Employees TextArea. (30pts) File Name Read File

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

PostgreSQL Up And Running A Practical Guide To The Advanced Open Source Database

Authors: Regina Obe, Leo Hsu

3rd Edition

1491963417, 978-1491963418

More Books

Students also viewed these Databases questions