MCPcopy Index your code
hub / github.com/benfry/processing4 / selectOutput

Method selectOutput

core/src/processing/awt/ShimAWT.java:762–766  ·  view source on GitHub ↗
(String prompt, String callbackMethod,
                                  File file, Object callbackObject)

Source from the content-addressed store, hash-verified

760
761
762 static public void selectOutput(String prompt, String callbackMethod,
763 File file, Object callbackObject) {
764 EventQueue.invokeLater(() -> selectImpl(prompt, callbackMethod, file,
765 callbackObject, null, FileDialog.SAVE));
766 }
767
768
769 /*

Callers 2

selectOutputMethod · 0.95
runMethod · 0.95

Calls 1

selectImplMethod · 0.95

Tested by

no test coverage detected