We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1728c08 commit c74527bCopy full SHA for c74527b
src/simplejavacalculator/UI.java
@@ -72,7 +72,7 @@ public UI() {
72
73
public void init() {
74
frame.setVisible(true);
75
- frame.setSize(330, 280);
+ frame.setSize(330, 300);
76
frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
77
frame.add(panel);
78
0 commit comments