-
Bug
-
Resolution: Unresolved
-
P4
-
8, 9, 11, 12, 13, 14
-
jdk9 up to b151 – but b107 behaves the same. OS X 10.12, 10.11
-
os_x
On macOS (10.12) and OS X (10.11) the height of a top inset is subtracted from the Y coordinate of the common print dialog.
For instance, I have top inset 21 and order to put the dialog to 100,100 in the only, default graphics config. The resulting coordinate will be reported 100,79 and it is easy to see that the dialog is at the same distance from the screen edges -- ignoring the top toolbar.
I'm choosing 2d as a subcomponent because the similarJDK-8159722 has been in 2d.
For instance, I have top inset 21 and order to put the dialog to 100,100 in the only, default graphics config. The resulting coordinate will be reported 100,79 and it is easy to see that the dialog is at the same distance from the screen edges -- ignoring the top toolbar.
I'm choosing 2d as a subcomponent because the similar