On Mon, 16 Nov 2020 03:02:59 GMT, Sergey Bylokhov <s...@openjdk.org> wrote:
> On HIDPI Windows, the Frame#setBounds does not work in a minimized state. The > bug found during the development of JDK-8211999. When the frame is iconized > and we try to save new bounds for future use, we store the coordinates in the > user's space to the field which use device space: > https://github.com/openjdk/jdk/blob/master/src/java.desktop/windows/native/libawt/windows/awt_Frame.cpp#L664 This pull request has now been integrated. Changeset: b5ce8af3 Author: Sergey Bylokhov <s...@openjdk.org> URL: https://git.openjdk.java.net/jdk/commit/b5ce8af3 Stats: 129 lines in 2 files changed: 110 ins; 12 del; 7 mod 8256373: [Windows/HiDPI] The Frame#setBounds does not work in a minimized state Reviewed-by: kizune, aivanov ------------- PR: https://git.openjdk.java.net/jdk/pull/1216