Searched refs:exitAction (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/demo/jfc/TransparentRuler/transparentruler/
H A DRuler.java121 private final Action exitAction = new AbstractAction("Exit") { field in class:Ruler
136 jPopupMenu.add(new JMenuItem(exitAction));
197 exitAction.actionPerformed(null);
/openjdk7/jdk/src/share/demo/jfc/Notepad/
H A DNotepad.java479 public static final String exitAction = "exit"; field in class:Notepad
681 super(exitAction);

Completed in 125 milliseconds