Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/processing/processing
/ setAlwaysOnTop
Method
setAlwaysOnTop
core/src/processing/awt/PSurfaceAWT.java:609–612 ·
view source on GitHub ↗
(boolean always)
Source
from the content-addressed store, hash-verified
607
608
609
@Override
610
public
void
setAlwaysOnTop(boolean always) {
611
frame.setAlwaysOnTop(always);
612
}
613
614
615
@Override
Callers
nothing calls this directly
Calls
1
setAlwaysOnTop
Method · 0.65
Tested by
no test coverage detected