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

/openjdk7/jdk/src/share/classes/java/awt/
H A DGridBagLayout.java31 * The <code>GridBagLayout</code> class is a flexible layout
34 * Each <code>GridBagLayout</code> object maintains a dynamic,
38 * Each component managed by a <code>GridBagLayout</code> is associated with
42 * addition to its constraints object, the <code>GridBagLayout</code> also
175 * the <code>GridBagLayout</code> object puts any extra space
197 * <img src="doc-files/GridBagLayout-baseline.png"
252 * <img src="doc-files/GridBagLayout-1.gif" alt="The preceeding text describes this graphic (Figure 1)." ALIGN=center HSPACE=10 VSPACE=7>
255 * <img src="doc-files/GridBagLayout-2.gif" alt="The preceeding text describes this graphic (Figure 2)." ALIGN=center HSPACE=10 VSPACE=7>
291 * GridBagLayout gridbag,
299 * GridBagLayout gridba
358 public class GridBagLayout implements LayoutManager2, class in inherits:LayoutManager2,java.io.Serializable
488 public GridBagLayout () { method in class:GridBagLayout
[all...]

Completed in 23 milliseconds