Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/processing/processing
/ hide
Method
hide
core/src/japplemenubar/JAppleMenuBar.java:76–78 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
74
75
76
static
public
void
hide() {
77
instance.setVisible(false, false);
78
}
79
80
81
public
native
void
setVisible(boolean visibility, boolean kioskMode);
Callers
2
hideMenuBar
Method · 0.45
run
Method · 0.45
Calls
1
setVisible
Method · 0.65
Tested by
no test coverage detected