Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
ripAlbum
Method · 0.95
handleArguments
Method · 0.80
ripURL
Method · 0.80
getArgs
Method · 0.80
loadHistory
Method · 0.80
saveHistory
Method · 0.80
Utils
Class · 0.80
getWorkingDirectory
Method · 0.80
saveConfig
Method · 0.80
getClassesForPackage
Method · 0.80
playSound
Method · 0.80
shortenSaveAsWindows
Method · 0.80
Calls
1
statusWithColor
Method · 0.95
Tested by
no test coverage detected