Searched refs:showConfirmDialog (Results 1 – 5 of 5) sorted by relevance
35 boolean showConfirmDialog(String title, String message); in showConfirmDialog() method
170 public boolean showConfirmDialog(String title, String message) { in showConfirmDialog() method in SwingUI177 return JOptionPane.showConfirmDialog(this, title, message, JOptionPane.YES_NO_OPTION) in showConfirmDialog()
171 public boolean showConfirmDialog(String title, String message) { in showConfirmDialog() method in SequenceUI
91 boolean ret = Main.getUI().showConfirmDialog("Computed a set with " + result.size() in run()
295 boolean prepare = Main.getUI().showConfirmDialog("Prepare device?", in initDevice()