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

Method PanelTheme

examples/dashboard/java/PanelTheme.java:9–11  ·  view source on GitHub ↗
(Window window)

Source from the content-addressed store, hash-verified

7public class PanelTheme extends Panel {
8
9 public PanelTheme(Window window) {
10 super(window);
11 }
12
13 @Override
14 public void accept(Event e) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected