Change default calculator width.

This commit is contained in:
Danila Fedorin 2017-07-26 17:19:43 -07:00
parent 2b7a68e179
commit b31c1f9624
1 changed files with 1 additions and 1 deletions

View File

@ -148,7 +148,7 @@ public class Window extends JFrame {
lastOutput = "";
setDefaultCloseOperation(WindowConstants.EXIT_ON_CLOSE);
setSize(640, 480);
setSize(320, 480);
inputField = new JTextField();
inputEnterButton = new JButton(CALC_STRING);