Question: Need the full Java netbeans code for : Requirements:- You are required to design & implement a Staff Searching desktop app to provide the following
Need the full Java netbeans code for :
Requirements:- You are required to design & implement a Staff Searching desktop app to provide the following features: - user enters the staff details (staff_NIC, staff_FirstName, staff_LastName, staff_Age) - app displays the staff in a gui component - user will then save the staff details - user types in the name of a staff to search using a gui component - user clicks on the search button to search for the staff - app displays the staff details if found in a gui component
You are free to make your own design of this Staff Searching desktop app, a sample is shown in the screenshots below. Make use of a searching algorithm to search for the staff. Extra features means the use of either data file to save staff records or derby DB database.
-GUI component to enter staff details -GUI component to display staff -GUI component to save staff -GUI component to search for a staff -Use of messages for successful search or unsuccessful search -Extra features (use of data file or derby DB)
Staffinfo Enter staft name: Start Mect First Name: Lest Mame: dege
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
