Getting an Image instance...
Ok, I have this class that extends JFrame and I'm trying to setIconImage() but I need an Image instance to do so. Is there a method to get an Image instance?
Go to the API documentation for Image. See the "Use" link up at the top of the page? Click on it. There you will see a list of methods that use Image, that return Image, and so on. Or preferably, look at the tutorial that tsith linked to. It does have some examples.