Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
setupHandlers
Method · 0.95
ripAlbum
Method · 0.95
handleEvent
Method · 0.95
Calls
1
statusWithColor
Method · 0.95
Tested by
no test coverage detected