int width = Display.getWidth();
int height = Display.getHeight();
uiconfig = UiConfigFactory.getUiConfig(width, height);
mi_about.setCommandContext(this);
mi_about.setCommand(new Command(new AboutCommand()));
addMenuItem(mi_about);
Bitmap blank_unfocused = BitmapFactory.getBlankUnfocused();
Bitmap blank_focused = BitmapFactory.addStateIndicator(blank_unfocused, Constants.FOCUSED_COLOUR);