Skip to content

Commit

Permalink
spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
azvegint committed Sep 12, 2023
1 parent 9a4498f commit 25cca2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/jdk/java/awt/Focus/TestWindowsLFFocus.java
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ private static void test() throws Exception {

SwingUtilities.invokeAndWait(() -> {
Point location = new Point(frameLoc);
location.y += bar.getHeight() / 2 + item.getHeight() / 2;
location.y += bar.getHeight() / 2 + item.getHeight() / 2;

frameLoc = location;
});
Expand Down

0 comments on commit 25cca2e

Please sign in to comment.