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

Method selectFolder

core/src/processing/awt/ShimAWT.java:839–845  ·  view source on GitHub ↗
(final String prompt,
                                  final String callbackMethod,
                                  final File defaultSelection,
                                  final Object callbackObject)

Source from the content-addressed store, hash-verified

837
838
839 static public void selectFolder(final String prompt,
840 final String callbackMethod,
841 final File defaultSelection,
842 final Object callbackObject) {
843 EventQueue.invokeLater(() -> selectFolderImpl(prompt, callbackMethod,
844 defaultSelection, callbackObject, null));
845 }
846
847
848 /*

Callers 2

selectFolderMethod · 0.95
PreferencesFrameMethod · 0.95

Calls 1

selectFolderImplMethod · 0.95

Tested by

no test coverage detected