Extreme Component Documentation

Overview

Layout Suite provides several Java LayoutManager, includes CellLayout, BoxLayout2, GridLayout2, CardLayout2.

Layout Suite 1.2 (2005/11/24)

  • Adds JBean framework.

Layout Suite 1.1 (2004/07/09)

  • The SizeGroup class now implements Serializable.
  • The method CellLayout.setHGap and CellLayout.setVGap method JavaDoc cannot be completed in version 1.0, add more comment in this version.
  • The word stut in BoxLayout2 class comment change to strut.

Layout Suite 1.0 (2004/04/01)

  • CellLayout can layout the form like panel better.
  • BoxLayout2 can layout button area better.
  • GridLayout2 can layout the tool box better.
  • CardLayout2 can layout card like panel better.
  • JGridPane provides a scrollable grid pane, based on the GridLayout2.
  • JCardPane provides a multiple card panel based on CardLayout2.