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 d10d5a0 commit 91c4782Copy full SHA for 91c4782
src/simplejavacalculator/BufferedImageCustom.java
@@ -14,12 +14,10 @@ public Image imageReturn()
14
throws IOException {
15
Image image;
16
17
- //the image here is not even an image file
18
- //but rather a binary data
19
InputStream bis = getClass().getResourceAsStream("/icon/icon.png");
20
BufferedImage bImage2 = ImageIO.read(bis);
21
image = bImage2;
22
23
return image;
24
}
25
-}
+}
0 commit comments