Class VBoxLayout

  • All Implemented Interfaces:
    LayoutManager

    public class VBoxLayout
    extends Object
    implements LayoutManager
    Vertical box layout. The layout rules followed by this class are quite different than the core BoxLayout class, and in general represent a more useful algorithm.
    Author:
    Ethan Nicholas