<AWT Dev> RFR: 8256373: [Windows/HiDPI] The Frame#setBounds does not work in a minimized state
Sergey Bylokhov
serb at openjdk.java.net
Mon Nov 30 03:45:55 UTC 2020
On Wed, 18 Nov 2020 18:13:32 GMT, Sergey Bylokhov <serb at openjdk.org> wrote:
>> Quick question: is there any way to manually reproduce this problem or it is only possible programmatically? How can you move iconified window to another display without de-iconifying it?
>
>> Quick question: is there any way to manually reproduce this problem or it is only possible programmatically? How can you move iconified window to another display without de-iconifying it?
>
> To reproduce the bug it is necessary to call setBounds method while the window is iconified - actually replacing its normal state bounds. So when the frame will de-iconifying(become normal) it appeared on the new bounds.
Any volunteers for a review?
-------------
PR: https://git.openjdk.java.net/jdk/pull/1216
More information about the awt-dev
mailing list