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

Method getChooser

src/org/opensourcephysics/controls/OSPLog.java:1046–1052  ·  view source on GitHub ↗

Gets a file chooser. @return the chooser

()

Source from the content-addressed store, hash-verified

1044 * @return the chooser
1045 */
1046 protected static JFileChooser getChooser() {
1047 if(chooser==null) {
1048 chooser = new JFileChooser(new File(OSPRuntime.chooserDir));
1049 }
1050 FontSizer.setFonts(chooser);
1051 return chooser;
1052 }
1053
1054 /**
1055 * Reads a file.

Callers 2

saveLogAsMethod · 0.95
saveXMLAsMethod · 0.95

Calls 1

setFontsMethod · 0.95

Tested by

no test coverage detected