A Beginning Programmer's Guide to Java: Loading and Displaying an Image in Java
Here's a common task--loading an image file and displaying it in a window. I'll be using this program as a basis for further two dimensional graphics exercises, so give it a try and play around with it. First, we need to get a picture to use. I use a pict
beginwithjava.blogspot.com |