_miStop.setCommandContext(this);
_miStop.setCommand(new Command(new StopCommand(this)));
_miStart.setCommandContext(this);
_miStart.setCommand(new Command(new StartCommand(this)));
Font default_font = Font.getDefault();
_headingFont = default_font.derive(Font.BOLD, 24);
_heading.setText("Event Log (newest items first)");