Device « Icon Image « Java Swing Q&A





1. Images, Device dependent? Can they be device independent?    java-forums.org

Hi, I'm just getting into my first real Java app, which is for playing card games. I have images for cards in a PNG file, and I can load that into Image objects in java which it says is in a device-dependent form. It says this is not a serializable object (Image) that can be recreated on different machines. I would ...