Integrated: 8365643: JShell EditPad out of bounds on Windows

David Alayachew duke at openjdk.org
Mon Aug 18 20:51:45 UTC 2025


On Mon, 18 Aug 2025 04:48:26 GMT, David Alayachew <duke at openjdk.org> wrote:

> When calling the `setLocationRelativeTo()` method, a null parameter means that it centers the window in the screen. However, any subsequent resizing operations will change only the size, not the location of the window. Understandable, but now the window is no longer centered. So, changing the order of operations.

This pull request has now been integrated.

Changeset: bad38a0f
Author:    David Alayachew <davidalayachew at gmail.com>
Committer: Chen Liang <liach at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/bad38a0f928589be62cabcc48df8a4651c615b3c
Stats:     3 lines in 1 file changed: 1 ins; 1 del; 1 mod

8365643: JShell EditPad out of bounds on Windows

Reviewed-by: liach, aivanov, cstein, jlahoda

-------------

PR: https://git.openjdk.org/jdk/pull/26814


More information about the client-libs-dev mailing list