|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LayoutBuilder
LayoutBuilders exist to make it easier to do component layouts. Typical usage
is to create an instance of the builder, add components to it, the call the
builder's getPanel()
method.
Method Summary | |
---|---|
JPanel |
getPanel()
Creates and returns a JPanel with all the given components in it, using the "hints" that were provided to the builder. |
Method Detail |
---|
JPanel getPanel()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |