| example.chooser.Chooser
Chooser | public class Chooser extends MIDlet implements CommandListener(Code) | | |
Constructor Summary | |
public | Chooser() |
commandAction | public void commandAction(Command c, Displayable s)(Code) | | |
destroyApp | public void destroyApp(boolean unconditional)(Code) | | Destroy must cleanup everything.
|
pauseApp | public void pauseApp()(Code) | | Pause
|
startApp | public void startApp()(Code) | | Create the FontChooser and make it current
|
|
|