Package de.chris_soft.nanodoa.gui.actions

Examples of de.chris_soft.nanodoa.gui.actions.RelabelAndGotoUnlabeledDocumentAction


  private void addLabelMenu() {
    JMenu menu = new JMenu("Labels");
    menu.setMnemonic(KeyEvent.VK_L);
    createMenuItemWithControlAccelerator(menu, "Re-Label with last label and goto next unlabeled document",
        KeyEvent.VK_R, new RelabelAndGotoUnlabeledDocumentAction(), KeyEvent.VK_F8);
    add(menu);
  }
View Full Code Here

TOP

Related Classes of de.chris_soft.nanodoa.gui.actions.RelabelAndGotoUnlabeledDocumentAction

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.