Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/beanshell/beanshell
/ setStyle
Method
setStyle
src/bsh/util/JConsole.java:576–578 ·
view source on GitHub ↗
(Font font)
Source
from the content-addressed store, hash-verified
574
}
575
576
private
AttributeSet setStyle(Font font) {
577
return
setStyle(font, null);
578
}
579
580
private
AttributeSet setStyle(Color color) {
581
return
setStyle(null, color);
Callers
1
run
Method · 0.95
Calls
2
getStyle
Method · 0.95
getSize
Method · 0.45
Tested by
no test coverage detected