Skip to content

Commit c74527b

Browse files
authored
Update UI.java
1 parent 1728c08 commit c74527b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/simplejavacalculator/UI.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ public UI() {
7272

7373
public void init() {
7474
frame.setVisible(true);
75-
frame.setSize(330, 280);
75+
frame.setSize(330, 300);
7676
frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
7777
frame.add(panel);
7878

0 commit comments

Comments
 (0)