Code
Hub
Trending
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/processing/processing
/ getDefaultMode
Method
getDefaultMode
app/src/processing/app/Base.java:975–977 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
973
974
975
public
Mode getDefaultMode() {
976
return
coreModes[0];
977
}
978
979
980
/** Used by ThinkDifferent so that it can have a Sketchbook menu. */
Callers
5
Base
Method · 0.95
handleNew
Method · 0.95
handleOpen
Method · 0.95
ManagerTabs
Method · 0.80
makeFrame
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected