On Tue, 12 Sep 2023 08:44:35 GMT, Andrey Turbanov <aturba...@openjdk.org> wrote:
>> Alexander Zvegintsev has updated the pull request incrementally with one >> additional commit since the last revision: >> >> spacing > > test/jdk/java/awt/Focus/TestWindowsLFFocus.java line 103: > >> 101: SwingUtilities.invokeAndWait(() -> { >> 102: Point location = new Point(frameLoc); >> 103: location.y += bar.getHeight() / 2 + item.getHeight() / >> 2; > > Suggestion: > > location.y += bar.getHeight() / 2 + item.getHeight() / 2; Fixed ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/15671#discussion_r1322953763