| example.fonts.FontTestlet
FontTestlet | public class FontTestlet extends MIDlet implements CommandListener(Code) | | FontTestlet is simple MIDlet which attempts to display
text in all of the MIDP's different fonts.
|
FontTestlet | public FontTestlet()(Code) | | FontTestlet - default constructor
|
commandAction | public void commandAction(Command cmd, Displayable disp)(Code) | | |
destroyApp | public void destroyApp(boolean cond)(Code) | | destryApp()
This is important. It closes the app's RecordStore
Parameters: cond - true if this is an unconditional destroyfalse if it is notcurrently ignored and treated as true |
getCurrentCommand | Command getCurrentCommand()(Code) | | |
init | public void init() throws MIDletStateChangeException(Code) | | initApp()
|
paint | public void paint(Graphics g)(Code) | | draw some stuff to the graphics context
|
pauseApp | public void pauseApp()(Code) | | pauseApp()
|
startApp | public void startApp() throws MIDletStateChangeException(Code) | | startApp()
|
|
|