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

Method error

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

Source from the content-addressed store, hash-verified

230 }
231
232 private void error(String text) {
233 statusWithColor(text, Color.RED);
234 }
235
236 private void statusWithColor(String text, Color color) {
237 statusLabel.setForeground(color);

Callers 15

ripAlbumMethod · 0.95
handleArgumentsMethod · 0.80
ripURLMethod · 0.80
getArgsMethod · 0.80
loadHistoryMethod · 0.80
saveHistoryMethod · 0.80
UtilsClass · 0.80
getWorkingDirectoryMethod · 0.80
saveConfigMethod · 0.80
getClassesForPackageMethod · 0.80
playSoundMethod · 0.80
shortenSaveAsWindowsMethod · 0.80

Calls 1

statusWithColorMethod · 0.95

Tested by

no test coverage detected