Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HumbleUI/JWM
/ unmarkText
Method
unmarkText
macos/java/WindowMac.java:24–28 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
22
}
23
24
@Override
25
public
void
unmarkText() {
26
assert _onUIThread() :
"Should be run on UI thread"
;
27
// TODO: impl me!
28
}
29
30
@Override
31
public
IRect getWindowRect() {
Callers
nothing calls this directly
Calls
1
_onUIThread
Method · 0.45
Tested by
no test coverage detected