Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HumbleUI/JWM
/ setIcon
Method
setIcon
linux/java/WindowX11.java:73–77 ·
view source on GitHub ↗
(File icon)
Source
from the content-addressed store, hash-verified
71
}
72
73
@Override
74
public
Window setIcon(File icon) {
75
// TODO #95
76
return
this;
77
}
78
79
/**
80
* <p>Set the WM_CLASS window property.</p>
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected