Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/benfry/processing4
/ disposeSplash
Method
disposeSplash
app/src/processing/app/ui/Splash.java:89–94 ·
view source on GitHub ↗
Closes the splash window when finished.
()
Source
from the content-addressed store, hash-verified
87
88
/** Closes the splash window when finished. */
89
static
void
disposeSplash() {
90
if
(instance != null) {
91
instance.dispose();
92
instance = null;
93
}
94
}
95
96
97
/**
Callers
1
main
Method · 0.95
Calls
1
dispose
Method · 0.45
Tested by
no test coverage detected