menuLabel.setIcon(IOManager.getAsIcon(Places.GraphicsStartup, "start.background.jpg")); // set image
// add all icons
ActionListener editorAction = new ActionListener() {
@Override
public void actionPerformed(ActionEvent e) {
UIFrame frame = new EditorScreen();
frame.switchTo();
}
};
ActionListener helpAction = new ActionListener() {
@Override
public void actionPerformed(ActionEvent e) {