Name: rk38400 Date: 05/06/98
I have an applet derived from JApplet that opens a frame derived from JFrame with a JMenubar containing
JMenus and so on. This applet has no stop() or destroy() method as I want the frame to be usable even if the
user surfs to another html-page. I use the java plugin with IE 4.0.
When I start the applet everything is fine, all menu / menuitems work correct. When I leave the html-page,
the menu / menuitems are not shown anymore but a mouseclick to where the close-item in the file-menu
should be normally works fine. Below the menubar there is a JToolbar in a JPanel with JButtons, that still work fine.
(Review ID: 29798)
======================================================================