MCPcopy Index your code
hub / github.com/10cks/fofaEX / fontSet

Method fontSet

src/main/java/Main.java:1224–1227  ·  view source on GitHub ↗
(JLabel changeIcon, String originIconStr)

Source from the content-addressed store, hash-verified

1222 SwingWorker<SearchResults, Void> worker = new SwingWorker<SearchResults, Void>() {
1223
1224 private void fontSet(JLabel changeIcon, String originIconStr) {
1225 changeIcon.setText(originIconStr);
1226 changeIcon.setForeground(new Color(48, 49, 52));
1227 }
1228
1229 @Override
1230 protected SearchResults doInBackground() throws Exception {

Callers 2

actionPerformedMethod · 0.95
doInBackgroundMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected