Searched defs:BoxLayout (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/
H A DBoxLayout.java42 * <P ALIGN="CENTER"><IMG SRC="doc-files/BoxLayout-1.gif"
54 * <p> The BoxLayout manager is constructed with an axis parameter that
86 * BoxLayout attempts to arrange components
91 * BoxLayout attempts to make all the components
94 * then BoxLayout aligns that component vertically,
102 * BoxLayout attempts to make all components in the column
111 * Instead of using BoxLayout directly, many programs use the Box class.
112 * The Box class is a lightweight container that uses a BoxLayout.
113 * It also provides handy methods to help you use BoxLayout well.
119 href="http://java.sun.com/docs/books/tutorial/uiswing/layout/box.html">How to Use BoxLayout</
138 public class BoxLayout implements LayoutManager2, Serializable { class in inherits:LayoutManager2,Serializable
178 public BoxLayout(Container target, int axis) { method in class:BoxLayout
201 BoxLayout(Container target, int axis, PrintStream dbg) { method in class:BoxLayout
[all...]

Completed in 52 milliseconds