Create the MiniColor MIDlet.
Create the mini chooser and set the commands and listener.
display = Display.getDisplay(this);
chooser = new MiniColorChooser();
chooser.addCommand(exitCommand);
chooser.addCommand(aboutCommand);
chooser.setCommandListener(this);
chooser.setColor(0xffff00);