Code
Hub
Workspaces
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/benfry/processing4
/ showSketchbookFrame
Method
showSketchbookFrame
app/src/processing/app/Base.java:1914–1919 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1912
1913
1914
public
void
showSketchbookFrame() {
1915
if
(sketchbookFrame == null) {
1916
sketchbookFrame =
new
SketchbookFrame(this);
1917
}
1918
sketchbookFrame.setVisible();
1919
}
1920
1921
1922
/**
Callers
2
initDefaultFileMenu
Method · 0.95
buildFileMenu
Method · 0.80
Calls
1
setVisible
Method · 0.65
Tested by
no test coverage detected