Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SW-Fantastic/Reader
/ setIcon
Method
setIcon
src/main/java/org/swdc/reader/ui/MainView.java:105–109 ·
view source on GitHub ↗
(ButtonBase btn, String name)
Source
from the content-addressed store, hash-verified
103
}
104
105
private
void
setIcon(ButtonBase btn, String name) {
106
btn.setFont(icon.getFont(FontSize.MIDDLE_SMALL));
107
btn.setText(icon.getFontIcon(name));
108
btn.setPadding(
new
Insets(4,6,4,6));
109
}
110
111
}
Callers
1
init
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected