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

Method run

src/javajs/async/AsyncFileChooser.java:132–135  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

130 Runnable after = new Runnable() {
131
132 @Override
133 public void run() {
134 processFile.apply(fc.getSelectedFile());
135 }
136
137 };
138 if (mode == JFileChooser.OPEN_DIALOG) {

Callers

nothing calls this directly

Calls 1

applyMethod · 0.45

Tested by

no test coverage detected