Return to Snippet

Revision: 11578
at February 10, 2009 07:56 by monkey103


Initial Code
new JLabel (new ImageIcon (ImagePanel.class.getResource("some_jpeg.jpg")))

Initial URL
http://java.dzone.com/news/how-not-write-java

Initial Description
The attached article is also actually very funny.

Initial Title
Add image to AWT frame

Initial Tags
image

Initial Language
Java