JDK-4633463 : Frame.setState(int) - invalid params unspecified
  • Type: Bug
  • Component: client-libs
  • Sub-Component: java.awt
  • Affected Version: 1.4.0
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • OS: solaris_2.5
  • CPU: sparc
  • Submitted: 2002-02-05
  • Updated: 2007-08-14
  • Resolved: 2007-08-14
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 7
7Resolved
Related Reports
Duplicate :  
Description

Name: apR10100			Date: 02/05/2002



------- JDK1.4 spec
public void setState(int state)
...
For compatibility with old programs this method still accepts Frame.NORMAL and Frame.ICONIFIED ...
------------------

Behaviour of this method is unspecified if 'state' parameter is
neither Frame.NORMAL no Frame.ICONIFIED

======================================================================

Comments
EVALUATION The CR was fixed as part of the CR 6234439.
14-08-2007