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

/openjdk7/jdk/src/share/classes/javax/swing/
H A DJOptionPane.java254 * String inputValue = JOptionPane.showInputDialog("Please input a value");
392 /** Bound property name for <code>inputValue</code>. */
393 public static final String INPUT_VALUE_PROPERTY = "inputValue";
421 protected transient Object inputValue; field in class:JOptionPane
1845 inputValue = UNINITIALIZED_VALUE;
2152 * value. After the pane as been enabled, <code>inputValue</code> is
2233 Object oldValue = inputValue;
2235 inputValue = newValue;
2252 return inputValue;
2392 // Save the inputValue, i
[all...]

Completed in 50 milliseconds