Searched defs:ACTION_NEW_FOLDER (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/swing/
H A DFilePane.java70 public final static String ACTION_NEW_FOLDER = "New Folder"; field in class:FilePane
1457 putValue(Action.ACTION_COMMAND_KEY, FilePane.ACTION_NEW_FOLDER);
1782 Action newFolderAction = actionMap.get(ACTION_NEW_FOLDER);

Completed in 42 milliseconds