MCPcopy Create free account
hub / github.com/OpenSourcePhysics/osp / showConfirmDialog

Method showConfirmDialog

src/javajs/async/AsyncDialog.java:130–132  ·  view source on GitHub ↗
(Component frame, Object message, String title, ActionListener a)

Source from the content-addressed store, hash-verified

128 }
129
130 public void showConfirmDialog(Component frame, Object message, String title, ActionListener a) {
131 showConfirmDialog(frame, message, title, JOptionPane.YES_NO_CANCEL_OPTION, JOptionPane.QUESTION_MESSAGE, a);
132 }
133
134 public void showConfirmDialog(Component frame, Object message, String title, int optionType, ActionListener a) {
135 showConfirmDialog(frame, message, title, optionType, JOptionPane.QUESTION_MESSAGE, a);

Callers 15

createMethod · 0.80
actionPerformedMethod · 0.80
saveAsMethod · 0.80
saveTabSetAsMethod · 0.80
saveChangesMethod · 0.80
saveAllChangesMethod · 0.80
saveChangesAtMethod · 0.80
writeMethod · 0.80
saveAsMethod · 0.80
setMultipleTabPolicyMethod · 0.80
handleMousePressedMethod · 0.80
terminateAppsMethod · 0.80

Calls 3

setListenerMethod · 0.95
processMethod · 0.95
unsetListenerMethod · 0.95

Tested by 3

actionPerformedMethod · 0.64
actionPerformedMethod · 0.64
actionPerformedMethod · 0.64