Skip to content

Commit

Permalink
spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
azvegint committed May 29, 2024
1 parent 86f18e2 commit dd6b766
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ static void initAndShowGui() {

frame = new Frame("ActionEventTest");
frame.add(list);
frame.setSize(400,400);
frame.setSize(400, 400);
frame.setLayout(new FlowLayout());
frame.setLocationRelativeTo(null);
frame.pack();
Expand Down
2 changes: 1 addition & 1 deletion test/jdk/java/awt/List/KeyEventsTest/KeyEventsTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ public void initAndShowGui() {
p2.add(multiple);
keyFrame.add("South", p2);

keyFrame.setSize (200,200);
keyFrame.setSize(200, 200);
keyFrame.validate();
keyFrame.setUndecorated(true);
keyFrame.setLocationRelativeTo(null);
Expand Down

0 comments on commit dd6b766

Please sign in to comment.