public class SpringLayoutHelper extends Object
| Constructor and Description |
|---|
SpringLayoutHelper(SpringLayout springLayout,
int basicPadding) |
| Modifier and Type | Method and Description |
|---|---|
void |
placeBelow(Component relativeTo,
Component componentToPlace) |
void |
placeBelow(Component relativeTo,
Component componentToPlace,
int horizontalPadding,
int verticalPadding) |
void |
placeToTheRight(Component relativeTo,
Component componentToPlace) |
void |
placeToTheRight(Component relativeTo,
Component componentToPlace,
int horizontalPadding,
int verticalPadding) |
public SpringLayoutHelper(SpringLayout springLayout, int basicPadding)
Copyright © 2005–2018 QOS.ch. All rights reserved.