 |
MIDP-Man: Ingredients
|
 |
The mandatory source code file:
midpman.java
I put all the little image files (in .png format) into a zipped directory:
pics.zip
On the right is what they look like as a single image, which is what I'm using in
the demo applet.
If you intend to modify and recompile the MIDlet yourself, the pics
directory has to be extracted and re-archived together with the compiled
(and preverified) class files as a directory with the JAR tool, i.e. you'd
write
jar cf MIDP-Man.jar midpman.class mmCanvas.class pics
|