334335336337338339340341
setFullScreenMode(false); } protected void constructShortcutKeys(LinkedList<ShortcutKey> shortcuts) { shortcuts.add(new ShortcutKey(MENU_SHORTCUT_KEY_MASK, KeyEvent.VK_0, new ZoomToFitAction("Zoom to fit", (WorldImpl)getTopWorld()))); }