Creating applets

By pressing the button CellPix can generate a Java applet instead of a midlet. This applet will run in a normal web browser. This is a useful feature if you want to show potential users of a midlet how it looks before downloading it to a phone. The images are saved as JPEGs in the applet JAR file with a quality setting of 85%.

It's function closely mimics how the midlet will appear on a mobile phone. The applet will always have two buttons at the bottom to mimic the two standard soft buttons on a phone. The size of the applet is always the target screen size set in CellPix plus an extra height addition to allow for the addition of the buttons at the bottom of the applet.