Simple GUI Image Problem  
Author Message
Bihal





PostPosted: 2004-1-27 20:27:00 Top

java-programmer, Simple GUI Image Problem Computing student here, haven't used java for a while. Anyways, could someone put some example code as to how to put an image from a file onto a JPanel or JFrame. I just can't remember.

 
Moshe Sayag





PostPosted: 2004-1-27 21:22:00 Top

java-programmer >> Simple GUI Image Problem Bihal wrote:
> Computing student here, haven't used java for a while. Anyways, could someone put some example code as to how to put an image from a file onto a JPanel or JFrame. I just can't remember.
>

Reading an Image or Icon from a File:
http://javaalmanac.com/egs/java.awt/LoadImage.html

Drawing an Image
http://javaalmanac.com/egs/java.awt/DrawImage.html

Moshe