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

/solaris-userland-s11u3/components/visual-panels/core/src/java/util/com/oracle/solaris/vp/util/swing/
H A DGUIUtil.java6 * You may not use this file except in compliance with the License.
744 * while others ignore this property and use the border instead).
779 boolean use) {
781 modifyFocusTraversalKeys(comp, true, use, KeyStroke.getKeyStroke(
784 modifyFocusTraversalKeys(comp, false, use, KeyStroke.getKeyStroke(
797 * the title to display in the dialog, or {@code null} to use a
803 * OK_CANCEL_OPTION}, or {@code null} to use the default
842 * the title to display in the dialog, or {@code null} to use a
870 * the title to display in the dialog, or {@code null} to use a
910 * the title to display in the dialog, or {@code null} to use
778 setUseStandardFocusTraversalKeys(Component comp, boolean use) argument
[all...]

Completed in 34 milliseconds