We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dd559e commit 9fc035aCopy full SHA for 9fc035a
src/simplejavacalculator/UI.java
@@ -83,6 +83,7 @@ public void init() {
83
but[i].addActionListener(this);
84
}
85
panel.add(but[0]);
86
+ but[0].addActionListener(this);
87
88
panel.add(butAdd);
89
panel.add(butMinus);
0 commit comments