Question: Java FX You goal in this project is to create an application viewer based on the JavaEx GUI you built in project 2. The viewer

Java FX

Java FX You goal in this project is to create an application

viewer based on the JavaEx GUI you built in project 2. The

You goal in this project is to create an application viewer based on the JavaEx GUI you built in project 2. The viewer should have the following functionalities: Allow the user to add an applicant Allow the user to look for an application based on - o Job application number or Applicant last and first names Allow the user to delete an application based on the job number or applicants name Allow the user to view applicants by clicking > buttons for navigating the pool of applicants Allow the user to send any application to a file (Text file is fine for now) - - Internally, you would need to capture the applicants data into an object of type Job Application This object will be inserted into an array-list of all the applications. To make the design modular you need to break your application into different classes such as personal information, address, experience, etc. A job application would be a set of these objects, which you would capture as the user enter the information. You goal in this project is to create an application viewer based on the JavaEx GUI you built in project 2. The viewer should have the following functionalities: Allow the user to add an applicant Allow the user to look for an application based on - o Job application number or Applicant last and first names Allow the user to delete an application based on the job number or applicants name Allow the user to view applicants by clicking > buttons for navigating the pool of applicants Allow the user to send any application to a file (Text file is fine for now) - - Internally, you would need to capture the applicants data into an object of type Job Application This object will be inserted into an array-list of all the applications. To make the design modular you need to break your application into different classes such as personal information, address, experience, etc. A job application would be a set of these objects, which you would capture as the user enter the information

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!