| Package | Description |
|---|---|
| de.javagl.common.ui.utils.desktop |
A layout manager for a
JDesktopPane |
| Modifier and Type | Method and Description |
|---|---|
JDesktopPaneLayout |
JDesktopPaneLayout.createChild()
Create a new desktop pane layout that may be added as a child
to this layout
|
| Modifier and Type | Method and Description |
|---|---|
void |
JDesktopPaneLayout.add(JDesktopPaneLayout child)
Add the given desktop pane layout as a child to this one
|
void |
JDesktopPaneLayout.add(JDesktopPaneLayout child,
Object constraints)
Add the given desktop pane layout as a child to this one
|
void |
JDesktopPaneLayout.add(JDesktopPaneLayout child,
Object constraints,
int index)
Add the given desktop pane layout as a child to this one
|
void |
JDesktopPaneLayout.remove(JDesktopPaneLayout child)
Remove the given child layout
|
Copyright © 2022. All rights reserved.