While we're on the subject - do you know of a zip/jar or other type of archive that I can download to view the source of the J2ME MIDP2.0 classes. I've got the API, but I'd like to look a little deeper as to what exactly is happening when I call certain methods.
Just reverse compile the libs.
Also, on the subject of subclassing can someone confirm that it is also not possible to create a subclass of Image?
The Image class has no constructor, only factory methods - it is therefor impossible to subclass it.