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

Method showDialog

src/javajs/async/AsyncFileChooser.java:45–50  ·  view source on GitHub ↗
(Component frame, String btnText)

Source from the content-addressed store, hash-verified

43 }
44
45 @Deprecated
46 @Override
47 public int showDialog(Component frame, String btnText) {
48 // This one can come from JFileChooser - default is OPEN
49 return super.showDialog(frame, btnText);
50 }
51
52 private int err() {
53 try {

Callers 8

saveAsMethod · 0.45
chooseTabSetMethod · 0.45
chooseOSPCacheMethod · 0.45
chooseSearchDirectoryMethod · 0.45
actionPerformedMethod · 0.45
actionPerformedMethod · 0.45
actionPerformedMethod · 0.45
actionPerformedMethod · 0.45

Calls 2

notifyCancelMethod · 0.95
processMethod · 0.95

Tested by 3

actionPerformedMethod · 0.36
actionPerformedMethod · 0.36
actionPerformedMethod · 0.36