| example.chooser.MiniColor
MiniColor | public class MiniColor extends MIDlet implements CommandListener(Code) | | Create a single color chooser MIDlet. It uses the MiniColorChooser
as its main screen.
|
Constructor Summary | |
public | MiniColor() Create the MiniColor MIDlet. |
MiniColor | public MiniColor()(Code) | | Create the MiniColor MIDlet.
Create the mini chooser and set the commands and listener.
|
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 the MIDlet must destroy exit |
pauseApp | public void pauseApp()(Code) | | Pause
|
startApp | public void startApp()(Code) | | Create the MiniColor and make it current
|
|
|