Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HumbleUI/JWM
/ PanelTouch
Method
PanelTouch
examples/dashboard/java/PanelTouch.java:18–20 ·
view source on GitHub ↗
(Window window)
Source
from the content-addressed store, hash-verified
16
public
final
float radius = 32;
17
18
public
PanelTouch(Window window) {
19
super(window);
20
}
21
22
@Override
23
public
void
accept(Event e) {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected