< prev index next >

src/java.desktop/share/classes/java/awt/package-info.java

Print this page

        

*** 33,46 **** * Some components fire events when a user interacts with the components. The * AWTEvent class and its subclasses are used to represent the events that AWT * components can fire. See AWTEvent for a description of the AWT event model. * <p> * A container is a component that can contain components and other containers. ! * A con tainer can also have a layout manager that controls the visual ! * placement of components in the container. The AWT package contains several ! * layout manager classes and an interface for building your own layout manager. ! * See Container and LayoutManager for more information. * <p> * Each {@code Component} object is limited in its maximum size and its location * because the values are stored as an integer. Also, a platform may further * restrict maximum size and location coordinates. The exact maximum values are * dependent on the platform. There is no way to change these maximum values, --- 33,46 ---- * Some components fire events when a user interacts with the components. The * AWTEvent class and its subclasses are used to represent the events that AWT * components can fire. See AWTEvent for a description of the AWT event model. * <p> * A container is a component that can contain components and other containers. ! * A container can also have a layout manager that controls the visual placement ! * of components in the container. The AWT package contains several layout ! * manager classes and an interface for building your own layout manager. See ! * Container and LayoutManager for more information. * <p> * Each {@code Component} object is limited in its maximum size and its location * because the values are stored as an integer. Also, a platform may further * restrict maximum size and location coordinates. The exact maximum values are * dependent on the platform. There is no way to change these maximum values,
< prev index next >