| Package | Description |
|---|---|
| de.javagl.common.ui |
Utility classes related to Swing UI components, and extensions for
several Swing components
|
| de.javagl.common.ui.panel.collapsible |
Classes related to panels that can be collapsed
|
| Modifier and Type | Method and Description |
|---|---|
static CollapsiblePanel |
GuiUtils.wrapCollapsible(String title,
JComponent component)
Wrap the given component into a
CollapsiblePanel with
the given title |
| Modifier and Type | Method and Description |
|---|---|
CollapsiblePanel |
AccordionPanel.addToAccordion(String title,
JComponent component)
Add the given component to this accordion, wrapping it into a
collapsible panel with the given title.
|
CollapsiblePanel |
AccordionPanel.addToAccordion(String title,
JComponent component,
boolean minimized)
Add the given component to this accordion, wrapping it into a
collapsible panel with the given title.
|
Copyright © 2022. All rights reserved.