public class BorderLayout extends Object
This class provides a minimal stub implementation of a border layout manager to allow the NDT tool to run in headless environments. The layout provides region constants but no actual layout functionality.
All operations are no-ops, maintaining API compatibility without requiring an actual graphical display system.
| Modifier and Type | Field and Description |
|---|---|
static int | NORTHNorth region constant |
static int | SOUTHSouth region constant |
| Constructor and Description |
|---|
BorderLayout()Default constructor. |
public static final int NORTH
public static final int SOUTH