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

Method selectInput

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

Source from the content-addressed store, hash-verified

738
739
740 static public void selectInput(String prompt, String callbackMethod,
741 File file, Object callbackObject) {
742 EventQueue.invokeLater(() -> selectImpl(prompt, callbackMethod, file,
743 callbackObject, null, FileDialog.LOAD));
744 }
745
746
747 /*

Callers 1

selectInputMethod · 0.95

Calls 1

selectImplMethod · 0.95

Tested by

no test coverage detected