JDK-4135781 : Jmenu(Bar) hangs in JFrame of applet when leaving page
  • Type: Bug
  • Component: client-libs
  • Sub-Component: javax.swing
  • Affected Version: 1.2.0
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • OS: windows_nt
  • CPU: x86
  • Submitted: 1998-05-06
  • Updated: 1998-06-01
  • Resolved: 1998-06-01
Related Reports
Duplicate :  
Description

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)
======================================================================

Comments
EVALUATION Not a lot to go on, but I suspect this is bug 4136103
11-06-2004

WORK AROUND Name: rk38400 Date: 05/06/98 Take the bottom line of the frame and resize it to a minimum height and the menu is displayed even below the frame. Or use toolbar instead of menubar... ======================================================================
11-06-2004