JDK-4196996 : Menu do not redraw itself after closing dialog window
  • Type: Bug
  • Component: client-libs
  • Sub-Component: javax.swing
  • Affected Version: 1.2.0
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • OS: windows_95
  • CPU: x86
  • Submitted: 1998-12-11
  • Updated: 1999-10-13
  • Resolved: 1999-10-13
Related Reports
Duplicate :  
Description

Name: dbT83986			Date: 12/11/98


Menu in the small aplication frame calls a modal dialog which overlaps the menu. When the dialog is closed, menu remains 
shown on the screen as if it's still open.
(Review ID: 47219)
======================================================================

Comments
WORK AROUND Name: dbT83986 Date: 12/11/98 I tried many ways, includin: - open dialog in a thread, - simple time delay, - redraw container and/or menu bar. Some times it help, but none of solution is stable. If tha application window is large than dialog, menu redraws itself OK. REVIEW NOTE 12/3/98 - Call repaint() on the Frame with the menu problem right after the call to the dialog to show itself. ======================================================================
11-06-2004