JDK-4128525 : win32: Dialogs incorrectly have minimize/maximize options
  • Type: Bug
  • Component: client-libs
  • Sub-Component: java.awt
  • Affected Version: 1.1.5
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • OS: windows_nt
  • CPU: x86
  • Submitted: 1998-04-13
  • Updated: 1998-09-17
  • Resolved: 1998-09-17
Related Reports
Duplicate :  
Description

Name: rk38400			Date: 04/13/98


A modal JDialog can be minimized using the menu
that appears when you click on the left end of the
title bar, but it can't be restored, as that is
grayed out.

Also, the dialog minimizes on the desktop rather
than jumping into the task bar.  Perhaps this
is wrong?
(Review ID: 26958)
======================================================================

Comments
PUBLIC COMMENTS Fixed in 1.1.7-- also, it's a duplicate of 4148981.
10-06-2004

EVALUATION Interesting. This is true. Actually, Dialogs should NOT be minimizable. They should ONLY have move, close (and resize, if resizable=true) options on the menu. We probably need to fix the win32 peers to configure the menu properly for dialogs. amy.fowler@Eng 1998-05-29
29-05-1998