MCPcopy Index your code
hub / github.com/processing/processing / setAlwaysOnTop

Method setAlwaysOnTop

core/src/processing/core/PSurface.java:75–75  ·  view source on GitHub ↗

Dumb name, but inherited from Frame and no better ideas.

(boolean always)

Source from the content-addressed store, hash-verified

73
74 /** Dumb name, but inherited from Frame and no better ideas. */
75 public void setAlwaysOnTop(boolean always);
76
77 public void setIcon(PImage icon);
78

Callers 3

runMethod · 0.65
setAlwaysOnTopMethod · 0.65
setAlwaysOnTopMethod · 0.65

Implementers 3

PSurfaceJOGLcore/src/processing/opengl/PSurfaceJOG
PSurfaceNonecore/src/processing/core/PSurfaceNone.
PSurfaceFXcore/src/processing/javafx/PSurfaceFX.

Calls

no outgoing calls

Tested by

no test coverage detected