Rate this product
Create a new project in Eclipse called Lab19.
Import the classes SampleGUI, SampleGUIMain and FileMenuHandler from Z:Lab19, and look at and run the code.
Notice that SampleGUI has a helper method called createEditMenu. Fill in this method so that it creates another Menu with the name Edit, and that has JMenuItems called Find and Replace. (Use a lot of cut and paste from createFileMenu.)
Create another class called EditMenuHandler and associate this handler with the menu items Find and Replace. This can easily be done by creating the class EditMenuHandler in Eclipse, and cutting and pasting the code from FileMenuHandler into it, and doing the appropriate renaming.

![[Solved] CS212 Lab 19-Modifying a Java GUI](https://assignmentchef.com/wp-content/uploads/2022/08/downloadzip.jpg)

![[Solved] CS212 Project 1-Sorting an Array of Candles/ Displaying in a GUI/Creating a Class](https://assignmentchef.com/wp-content/uploads/2022/08/downloadzip-1200x1200.jpg)
Reviews
There are no reviews yet.