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

/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicDesktopPaneUI.java242 map.put(new Actions(Actions.SHRINK_RIGHT));
324 private static String SHRINK_RIGHT = "shrinkRight"; field in class:BasicDesktopPaneUI.Actions
382 SHRINK_RIGHT == key ||
463 } else if (SHRINK_RIGHT == key && resizing) {

Completed in 31 milliseconds