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

/openjdk7/jdk/src/share/classes/javax/swing/
H A DJOptionPane.java1361 public static String showInternalInputDialog(Component parentComponent, method in class:JOptionPane
1363 return showInternalInputDialog(parentComponent, message, UIManager.
1381 public static String showInternalInputDialog(Component parentComponent, method in class:JOptionPane
1383 return (String)showInternalInputDialog(parentComponent, message, title,
1416 public static Object showInternalInputDialog(Component parentComponent, method in class:JOptionPane

Completed in 37 milliseconds