Searched refs:showInputDialog (Results 1 – 3 of 3) sorted by relevance
167 public String showInputDialog(String message) { in showInputDialog() method in UI174 return JOptionPane.showInputDialog(message); in showInputDialog()191 return (T)JOptionPane.showInputDialog(this, in showChoiceDialog()
31 String value = Main.getUI().showInputDialog("Threshold?"); in run()
53 String packages = Main.getUI().showInputDialog("Please enter packages name to run with" in actionPerformed()