Help is available for each task.
Create class HelpMenu as a subclass of Menu (mimic FileMenu). Add the following menu items:
HelpMenu
Menu
FileMenu
Fundamentals Advanced - (a separator) Have Read The Manual (CheckboxMenuItem) Have Read The Tutorial (CheckboxMenuItem) Misc (submenu)
CheckboxMenuItem
where the Misc submenu has:
Misc
Help!!! Why did that happen?
Define the actionPerformed() so that menu item selections are displayed in the supplied text area (mimic the FileMenu).
actionPerformed()
Copyright 1996-2000 jGuru.com. All Rights Reserved.