MCPcopy Create free account
hub / github.com/HumbleUI/JWM / Panel

Method Panel

examples/dashboard/java/Panel.java:14–16  ·  view source on GitHub ↗
(Window window)

Source from the content-addressed store, hash-verified

12 public boolean drawBG = true;
13
14 public Panel(Window window) {
15 this.window = window;
16 }
17
18 public abstract void paintImpl(Canvas canvas, int width, int height, float scale);
19

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected