public class BoxLayout extends Object
This class provides a minimal stub implementation of a box layout manager to allow the NDT tool to run in headless environments. The layout provides axis constants but no actual layout functionality.
All operations are no-ops, maintaining API compatibility without requiring an actual graphical display system.
public static final int X_AXIS
public static final int Y_AXIS
public BoxLayout(Component c, int i)