JDK-6349907 : JDialog should maximze if you double-click on the title bar
  • Type: Enhancement
  • Component: client-libs
  • Sub-Component: java.awt
  • Affected Version: 5.0
  • Priority: P4
  • Status: Open
  • Resolution: Unresolved
  • OS: windows_xp
  • CPU: x86
  • Submitted: 2005-11-14
  • Updated: 2011-04-29
Related Reports
Relates :  
Description
A DESCRIPTION OF THE REQUEST :
A resizable JDialog should maximize if you double-click on the title bar, like a resizable Windows-Dialog.

JUSTIFICATION :
If a dialog is resizable, it should be possible to maximize it easily, without pulling on the edges.

Comments
EVALUATION Current implementation disallows maximizing of Dialogs on Windows (WS_MAXIMISEBOX style is not set for dialogs). This mimics native dialogs behaviour (see resizable FileOpen dialog for example). On some other platforms (KDE for example) resizable dialogs always have maximize buttons.
16-11-2005