Adding an image on awt frame
843807Nov 4 2009 — edited Nov 10 2009Hi there guys and gals,
I am trying to get an image on my Frame. I follows the instructions (or rather, copied and pasted) from this site: [http://www.roseindia.net/java/example/java/awt/AwtImage.shtml] but it didn't work.
Ultimately, I want to add the image to a label and add that label to the frame. I thought over-riding the paint method would suffice, but it didn't work :(.
Hope I get an answer
Two-Eyes