类 | 说明 |
---|---|
FRGridLayout | |
FRGUIPaneFactory | |
FRLeftFlowLayout | |
LeftCenterRightLayout |
Create a LayoutManager which contains three parts: left, center and right
|
TableLayout |
TableLayout is a layout manager that is more powerful than GridBagLayout
yet much easier to use.
|
TableLayout.Entry | |
TableLayoutConstraints |
TableLayoutConstraints binds components to their constraints.
|
TableLayoutHelper | |
TableLayoutTest | |
VerticalFlowLayout |
A vertical flow layout arranges components in a top-to-bottom flow, much
like lines of text in a paragraph.
|