| example.chooser.Color
Color | public class Color extends MIDlet implements CommandListener(Code) | | A Color chooser MIDlet.
|
Constructor Summary | |
public | Color() Construct a new Color MIDlet and initialize. |
Method Summary | |
public void | commandAction(Command c, Displayable s) Respond to a commands issued on any Screen. | public void | destroyApp(boolean unconditional) Destroy must cleanup everything. | public void | pauseApp() | public void | startApp() |
Color | public Color()(Code) | | Construct a new Color MIDlet and initialize.
|
commandAction | public void commandAction(Command c, Displayable s)(Code) | | Respond to a commands issued on any Screen.
Parameters: c - Command invoked Parameters: s - Displayable on which the command was invoked |
destroyApp | public void destroyApp(boolean unconditional)(Code) | | Destroy must cleanup everything.
Parameters: unconditional - true if must destroy |
pauseApp | public void pauseApp()(Code) | | Pause
|
startApp | public void startApp()(Code) | | Create the ColorChooser and make it current
|
|
|