Skip to content

Commit 9fc035a

Browse files
authored
Update UI.java
1 parent 3dd559e commit 9fc035a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/simplejavacalculator/UI.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ public void init() {
8383
but[i].addActionListener(this);
8484
}
8585
panel.add(but[0]);
86+
but[0].addActionListener(this);
8687

8788
panel.add(butAdd);
8889
panel.add(butMinus);

0 commit comments

Comments
 (0)