Skip to content

Commit 91c4782

Browse files
Update BufferedImageCustom.java
1 parent d10d5a0 commit 91c4782

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/simplejavacalculator/BufferedImageCustom.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,10 @@ public Image imageReturn()
1414
throws IOException {
1515
Image image;
1616

17-
//the image here is not even an image file
18-
//but rather a binary data
1917
InputStream bis = getClass().getResourceAsStream("/icon/icon.png");
2018
BufferedImage bImage2 = ImageIO.read(bis);
2119
image = bImage2;
2220

2321
return image;
2422
}
25-
}
23+
}

0 commit comments

Comments
 (0)