JDK-2223183 : [macosx] Implement GraphicsDevice.setDisplayMode()
  • Type: Backport
  • Backport of: JDK-7124247
  • Component: client-libs
  • Sub-Component: java.awt
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • Submitted: 2012-04-09
  • Updated: 2012-07-26
  • Resolved: 2012-07-26
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 JDK 8
7u6 b17Fixed 8Fixed
Comments
EVALUATION In order to implement properly this feature we have to introduce four methods in the CGraphicsDevice class: isDisplayChangeSupported(), setDisplayMode(), getDisplayMode() and getDisplayModes() and provide native support methods to acces system information and configuration routines.
01-06-2012