|
layout | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
ULCRelativeLayoutPane.ULCRelativeLayoutPane.ULCRelativeLayoutPane.fGridx=0.
fGridy=0.
null if there was none.
GridBagConstraints class specifies constraints for components that are laid out using the
ULCGridBagLayoutPane class.GridBagConstraint object with all of its fields set to their default values.
GridBagConstraints object with all of its fields set to the values of the passed in
constraints argument.
GridBagConstraints object with all of its fields set to the passed-in arguments.
fGridwidth,
fGridheight), or that this component be placed next to the previously added component
(fGridx, fGridy).
ULCRelativeLayoutPane is
managing components.
TableLayoutConstraints class specifies constraints for components that are laid out using the
ULCTableLayoutPane class.TableLayoutConstraints object with all of its fields set to their default values.
TableLayoutConstraints object with all of its fields set to the passed-in arguments.
TableLayoutConstraints object from the specifed string.
TableLayoutConstraints object with all of its fields set to the values of the passed in
constraints argument.
ULCBorderLayoutPane aligns and resizes its components to fit in five regions: north, south, east,
west, and center.ULCBorderLayoutPane instance.
ULCFlowLayoutPane aligns components in a left-to-right flow, much like lines of text in a
paragraph.ULCFlowLayoutPane instance with a centered alignment.
ULCGridBagLayoutPane aligns widgets according to the concept of Swing's GridBagLayout.ULCGridBagLayoutPane instance.
ULCGridLayoutPane aligns widgets in a rectangular grid.ULCGridLayoutPane instance with a default of one column per component, in a single row.
ULCGridLayoutPane instance with the specified number of rows and columns.
ULCRelativeLayoutPane aligns widgets relative to each other and/or relative to the surrounding
container.ULCRelativeLayoutPane instance.
ULCTableLayoutPane aligns widgets in rows and columns like a spreadsheet.ULCTableLayoutPane instance.
ULCTableLayoutPane instance with the specified number and widths of columns and number
and heights of rows.
ULCTableLayoutPane instance with the specified number and widths of columns and number
and heights of rows.
ULCRelativeLayoutPane by parsing XML definition
files.
|
layout | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||