Skip to content

Commit d311fdf

Browse files
authored
Merge pull request #13 from sildvauresberg/patch-1
Update UI.java
2 parents 3dd559e + 9fc035a commit d311fdf

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)