JDK-4198845 : Need Frame.setState(Frame.MAXIMIZED)
  • Type: Enhancement
  • Component: client-libs
  • Sub-Component: java.awt
  • Affected Version: 1.2.0,1.2.1
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • OS: windows_98,windows_nt
  • CPU: x86
  • Submitted: 1998-12-20
  • Updated: 1999-12-22
  • Resolved: 1999-12-22
Related Reports
Duplicate :  
Description

Name: krT82822			Date: 12/20/98


Frame.setState(Frame.MAXIMIZED) is missing.  
(NORMAL and ICONIZED are supported.)
On Windows, support for MAXIMIZED is
mandatory.  Therefore, this is a bug,
not a request for enhancement.
(Review ID: 48170)
======================================================================

Comments
WORK AROUND Name: krT82822 Date: 12/20/98 Write a JNI method to use Win32: HWND hWnd = FindWindow("SunAwtFrame", "MyWindow"); ShowWindow(hWnd, SW_MAXIMIZED); ======================================================================
11-06-2004

EVALUATION Sorry, but all API changes are, by definition, RFEs. We can't implement this before 1.3. david.mendenhall@eng 1998-12-21
21-12-1998