Construct a new Color MIDlet and initialize.
display = Display.getDisplay(this);
chooser = new ColorChooser(display.isColor(), display.numColors());
chooser.addCommand(exitCommand);
chooser.addCommand(hexCommand);
chooser.addCommand(fineCommand);
chooser.addCommand(aboutCommand);
chooser.setCommandListener(this);
chooser.setColor(0xffff00);