Skip to content

Commit

Permalink
Update UI.java
Browse files Browse the repository at this point in the history
  • Loading branch information
jdevfullstack authored Feb 3, 2020
1 parent fb15b22 commit a23d17b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/simplejavacalculator/UI.java
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public UI() {
image = new ImageIcon("icon/icon.png");

panel = new JPanel();
panel.setLayout(new BoxLayout(panel, BoxLayout.PAGE_AXIS));
panel.setLayout(new BoxLayout(panel, BoxLayout.Y_AXIS));
panelSub1 = new JPanel(new FlowLayout());
panelSub2 = new JPanel(new FlowLayout());
panelSub3 = new JPanel(new FlowLayout());
Expand Down

0 comments on commit a23d17b

Please sign in to comment.