MCPcopy Index your code
hub / github.com/OpenSourcePhysics/osp / run

Method run

src/test/GetFileWithChooser.java:14–18  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12 chooser.showOpenDialog(null, new Runnable() {
13
14 @Override
15 public void run() {
16 String fileName = chooser.getSelectedFile().getAbsolutePath();
17 System.out.println("File name=" + fileName);
18 }
19
20 }, null);
21 }

Callers

nothing calls this directly

Calls 2

printlnMethod · 0.65
getAbsolutePathMethod · 0.45

Tested by

no test coverage detected