Question: Objective: GUI programming Write a GUI program to perform following specifications: (a) Provide a GUI panel for user to enter four words from GUI Panel
Objective: GUI programming
Write a GUI program to perform following specifications:
(a) Provide a GUI panel for user to enter four words from GUI Panel to use as key to create hash table.
(b) Use java.util.* HashMap
(c) Allow user to enter the key on search field to perform search on the hash table
(D) Provide a Search button for user to execute the search request.
(E) Display the result found or not found on the panel.
This is how it should look like
Hash GUI Hash Key #1: Hash Key #2: Hash Key #3: Hash Key #4: Search for Key: Hash search
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
