JDK-8131339 : [macosx] setMaximizedBounds() doesn't work for undecorated Frame
  • Type: Bug
  • Component: client-libs
  • Sub-Component: java.awt
  • Affected Version: 9
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2015-07-15
  • Updated: 2015-11-09
  • Resolved: 2015-08-19
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 9
9 b82Fixed
Related Reports
Relates :  
Relates :  
Description
JDK-7124365 was fixed in jdk9 b68. Now setMaximizedBounds works well on OS X with decorated Frame and JFrame, however if I call frame.setUndecorated(true), it doesn't: Frame does maximize completely.

I'm not providing test code since any AWT variant should do: just add setUndecorated(true).