LayoutManager
, LayoutManager2
, Serializable
, UIResource
public class DefaultMenuLayout extends BoxLayout implements UIResource
Constructor | Description |
---|---|
DefaultMenuLayout |
Constructs a new instance of DefaultMenuLayout . |
addLayoutComponent, addLayoutComponent, getAxis, getLayoutAlignmentX, getLayoutAlignmentY, getTarget, invalidateLayout, layoutContainer, maximumLayoutSize, minimumLayoutSize, preferredLayoutSize, removeLayoutComponent
public DefaultMenuLayout(Container target, int axis)
DefaultMenuLayout
.target
- the container that needs to be laid outaxis
- the axis to lay out components along. Can be one of: BoxLayout.X_AXIS
, BoxLayout.Y_AXIS
, BoxLayout.LINE_AXIS
or BoxLayout.PAGE_AXIS
© 1993, 2023, Oracle and/or its affiliates. All rights reserved.
Documentation extracted from Debian's OpenJDK Development Kit package.
Licensed under the GNU General Public License, version 2, with the Classpath Exception.
Various third party code in OpenJDK is licensed under different licenses (see Debian package).
Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
https://docs.oracle.com/en/java/javase/21/docs/api/java.desktop/javax/swing/plaf/basic/DefaultMenuLayout.html