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 fb15b22 commit a23d17bCopy full SHA for a23d17b
src/simplejavacalculator/UI.java
@@ -66,7 +66,7 @@ public UI() {
66
image = new ImageIcon("icon/icon.png");
67
68
panel = new JPanel();
69
- panel.setLayout(new BoxLayout(panel, BoxLayout.PAGE_AXIS));
+ panel.setLayout(new BoxLayout(panel, BoxLayout.Y_AXIS));
70
panelSub1 = new JPanel(new FlowLayout());
71
panelSub2 = new JPanel(new FlowLayout());
72
panelSub3 = new JPanel(new FlowLayout());
0 commit comments