I’ve just been taking a look now and it seems as though the setIconImage() method takes in an Image object…
does this mean I can still use my ImageIcon object with the method or do I have to create a seperate Image object?
If so then how do I use the Image class to reference an Image file such as a Gif or BMP?
Is it the same as using an ImageIcon or do I have to do it a different way?
I’ve tried to figure it out looking at the methods/consructors etc… of the Image class but I can’t seem to make head’s or tails of any of it…
(I’m sorry I must apologise at my lack of knowledge of GUI programming in Java… I’m very new to the whole thing so…)