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

Method showSplash

app/src/processing/app/ui/Splash.java:80–85  ·  view source on GitHub ↗
(File image2xFile)

Source from the content-addressed store, hash-verified

78 /** Open a splash window using the specified image. */
79// static void showSplash(File imageFile, boolean hidpi) {
80 static void showSplash(File image2xFile) {
81 if (instance == null) {
82 instance = new Splash(image2xFile);
83 instance.setVisible(true);
84 }
85 }
86
87
88 /** Closes the splash window when finished. */

Callers 1

mainMethod · 0.95

Calls 1

setVisibleMethod · 0.65

Tested by

no test coverage detected