Java Platform 1.2
Beta 4

Uses of Interface
java.awt.LayoutManager2

Packages that use LayoutManager2
com.sun.java.swing Provides a set of "lightweight" (all-Java
java.awt Contains all of the classes for creating user interfaces and for painting graphics and images.  
 

Uses of LayoutManager2 in com.sun.java.swing
 

Classes in com.sun.java.swing that implement LayoutManager2
  BoxLayout
          A layout manager that allows multiple components to be layed out either vertically or horizontally.
protected   JRootPane.RootLayout
          A custom layout manager that is responsible for the layout of layeredPane, glassPane, and menuBar.
  OverlayLayout
          A layout manager to arrange components over the top of each other.
 

Uses of LayoutManager2 in java.awt
 

Classes in java.awt that implement LayoutManager2
  BorderLayout
          A border layout lays out a container, arranging and resizing its components to fit in five regions: north, south, east, west, and center.
  CardLayout
          A CardLayout object is a layout manager for a container.
  GridBagLayout
          The GridBagLayout class is a flexible layout manager that aligns components vertically and horizontally, without requiring that the components be of the same size.
 


Java Platform 1.2
Beta 4

Submit a bug or feature
Submit comments/suggestions about new javadoc look
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.
This documentation was generated with a post-Beta4 version of Javadoc.