Hey guys I've got a nice text based java program that I'd like to add a GUI to.
I have dabbled with Netbeans and shouldn't have too much of a problem getting the components in place.
However, the program will have to dynamically update images within the interface window, and I'm not sure what the best way to go about doing it is.
Are there any common practices for moving images (PNG's, JPEG's...) around in the interface? Are there any good resources for getting very basic information on this?
Thanks