public class BorderLayoutHelper extends Object
| Constructor and Description |
|---|
BorderLayoutHelper() |
| Modifier and Type | Method and Description |
|---|---|
static Component |
getCenter(Container panel) |
static Component |
getComponent(Container panel,
String borderLayoutConstraint) |
static Component |
removeCenter(Container panel) |
static Component |
removeComponent(Container panel,
String borderLayoutConstraint) |
static void |
setCenter(Container panel,
Container child) |
static void |
setComponent(Container panel,
String borderLayoutConstraint,
Component comp) |
Copyright © 2022 vpc open source initiative. All rights reserved.