mirror of
https://github.com/DanilaFe/abacus
synced 2024-12-23 16:00:09 -08:00
Change default calculator width.
This commit is contained in:
parent
6bdf9d855a
commit
0f2296c92a
|
@ -148,7 +148,7 @@ public class Window extends JFrame {
|
||||||
lastOutput = "";
|
lastOutput = "";
|
||||||
|
|
||||||
setDefaultCloseOperation(WindowConstants.EXIT_ON_CLOSE);
|
setDefaultCloseOperation(WindowConstants.EXIT_ON_CLOSE);
|
||||||
setSize(640, 480);
|
setSize(320, 480);
|
||||||
|
|
||||||
inputField = new JTextField();
|
inputField = new JTextField();
|
||||||
inputEnterButton = new JButton(CALC_STRING);
|
inputEnterButton = new JButton(CALC_STRING);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user