JDK-8101728 : Mac: handle moving windows to other screens
  • Type: Enhancement
  • Component: javafx
  • Sub-Component: window-toolkit
  • Affected Version: 8
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2013-01-28
  • Updated: 2015-06-16
  • Resolved: 2013-02-04
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 8
8Fixed
Related Reports
Blocks :  
Relates :  
Description
For proper HiDPI screens support (e.g. Mac Retina) Glass should be able to handle moving windows to other screens and update the return value of Window.getScreen() so that rendering code could use the correct scale factor for the current screen.

Also, Glass should send a notification when such a change happens (most probably through the Window.EventHandler interface implemented in Quantum).

Eventually we'll need this implemented on other platforms as well.