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

Method isCollapsed

src/main/java/com/rarchives/ripme/ui/MainWindow.java:252–255  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

250 }
251
252 private boolean isCollapsed() {
253 return (!logPanel.isVisible() && !historyPanel.isVisible() && !queuePanel.isVisible()
254 && !configurationPanel.isVisible());
255 }
256
257 private void createUI(Container pane) {
258 // If creating the tray icon fails, ignore it.

Callers 1

packMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected