"Ohne Speichern beenden");
// Kopfzeile mit Buttons erstellen
GridContainer topGrid = new GridContainer(1, 5,
GridContainer.MODUS_DEFAULT, GridContainer.MODUS_Y_UP);
topGrid.maximizeXRange();
topGrid.add(new InterfaceTextButton(InterfaceFunctions.EDITOR_EXIT,
"Exit"), 0, 0);
topGrid.add(new InterfaceTextButton(InterfaceFunctions.EDITOR_SETTINGS,
"Settings"), 0, 1);
topGrid.add(new InterfaceTextButton(InterfaceFunctions.EDITOR_PLAYER,