Re: RFR: 8243925 Toolkit#getScreenInsets() returns wrong value on HiDPI screens (Windows)

2020-05-15 Thread Philip Race
The whole point is to test a headful config and in any case :- https://docs.oracle.com/en/java/javase/11/docs/api/java.desktop/java/awt/Toolkit.html#getScreenInsets(java.awt.GraphicsConfiguration) publicInsets

Re: RFR: 8243925 Toolkit#getScreenInsets() returns wrong value on HiDPI screens (Windows)

2020-05-15 Thread Prasanta Sadhukhan
On 15-May-20 3:59 PM, Sergey Bylokhov wrote: On 5/14/20 10:52 pm, Prasanta Sadhukhan wrote: I believe the test should not be marked headful as no visible component is being shown. Rest looks ok. If this keyword will be removed then the test will be skipped during our headful testing on head

Re: RFR: 8243925 Toolkit#getScreenInsets() returns wrong value on HiDPI screens (Windows)

2020-05-15 Thread Sergey Bylokhov
On 5/14/20 10:52 pm, Prasanta Sadhukhan wrote: I believe the test should not be marked headful as no visible component is being shown. Rest looks ok. If this keyword will be removed then the test will be skipped during our headful testing on headful systems. Regards Prasanta On 14-May-20 7: