MCPcopy Create free account
hub / github.com/RipMeApp/ripme / status

Method status

src/main/java/com/rarchives/ripme/ui/MainWindow.java:228–230  ·  view source on GitHub ↗
(String text)

Source from the content-addressed store, hash-verified

226 }
227
228 private void status(String text) {
229 statusWithColor(text, Color.BLACK);
230 }
231
232 private void error(String text) {
233 statusWithColor(text, Color.RED);

Callers 3

setupHandlersMethod · 0.95
ripAlbumMethod · 0.95
handleEventMethod · 0.95

Calls 1

statusWithColorMethod · 0.95

Tested by

no test coverage detected