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

Method pack

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

Source from the content-addressed store, hash-verified

240 }
241
242 private void pack() {
243 SwingUtilities.invokeLater(() -> {
244 Dimension preferredSize = mainFrame.getPreferredSize();
245 mainFrame.setMinimumSize(preferredSize);
246 if (isCollapsed()) {
247 mainFrame.setSize(preferredSize);
248 }
249 });
250 }
251
252 private boolean isCollapsed() {
253 return (!logPanel.isVisible() && !historyPanel.isVisible() && !queuePanel.isVisible()

Callers 6

MainWindowMethod · 0.95
runMethod · 0.95
statusWithColorMethod · 0.95
setupHandlersMethod · 0.95
ripAlbumMethod · 0.95
handleEventMethod · 0.95

Calls 1

isCollapsedMethod · 0.95

Tested by

no test coverage detected