I am working on an application in Java and for part of my plan I would like to have an object (eventually an array of these objects) where I could store two or three (I am not sure yet) varied types of data, for instance...
A BufferedImage and a string that is the "name" of that image.
I have not created any objects of my own design yet, so my experience level is pretty low.
Thanks,
TahoeSands
PS I do real well with simple examples :)