File tree Expand file tree Collapse file tree 3 files changed +18
-1
lines changed Expand file tree Collapse file tree 3 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 1414 <natures >
1515 <nature >org.eclipse.jdt.core.javanature</nature >
1616 </natures >
17+ <filteredResources >
18+ <filter >
19+ <id >1692244280313</id >
20+ <name ></name >
21+ <type >30</type >
22+ <matcher >
23+ <id >org.eclipse.core.resources.regexFilterMatcher</id >
24+ <arguments >node_modules|\.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__</arguments >
25+ </matcher >
26+ </filter >
27+ </filteredResources >
1728</projectDescription >
Original file line number Diff line number Diff line change 1+ /module-info.class
2+ /resources /
3+ /simplejavacalculator /
4+ /simplejavacalculatorTest /
Original file line number Diff line number Diff line change 3333import java .awt .Image ;
3434import javax .swing .ImageIcon ;
3535import java .io .*;
36+ import java .awt .event .KeyEvent ;
37+ import java .awt .event .KeyListener ;
3638
3739public class UI implements ActionListener {
3840
@@ -64,7 +66,7 @@ public class UI implements ActionListener {
6466 private ImageIcon image ;
6567 private BufferedImageCustom imageReturn ;
6668
67- public UI () throws IOException {
69+ public UI ()implements ActionListener , KeyListener throws IOException {
6870 frame = new JFrame ("Calculator PH" );
6971
7072 imageReturn = new BufferedImageCustom ();
You can’t perform that action at this time.
0 commit comments