On Sun, 21 Aug 2022 22:00:09 GMT, Phil Race <p...@openjdk.org> wrote:
> But what if the test window is > 0.5 the width of the screen ? Now it is off > the edge .. wouldn't it be better to move the instruction window to the left > to accommodate it ? It would be better. The same problem exists for vertical and horizontal positioning: if the test window is larger than half the width of the screen, its part may become off the edge. Should this be dealt with in a separate issue? ------------- PR: https://git.openjdk.org/jdk/pull/9525