jdk/src/java.desktop/share/classes/javax/swing/Box.java
changeset 28059 e576535359cc
parent 25859 3317bb8137f4
child 33253 78e735319356
equal deleted inserted replaced
28058:87940c838900 28059:e576535359cc
    80 @SuppressWarnings("serial")
    80 @SuppressWarnings("serial")
    81 public class Box extends JComponent implements Accessible {
    81 public class Box extends JComponent implements Accessible {
    82 
    82 
    83     /**
    83     /**
    84      * Creates a <code>Box</code> that displays its components
    84      * Creates a <code>Box</code> that displays its components
    85      * along the the specified axis.
    85      * along the specified axis.
    86      *
    86      *
    87      * @param axis  can be {@link BoxLayout#X_AXIS},
    87      * @param axis  can be {@link BoxLayout#X_AXIS},
    88      *              {@link BoxLayout#Y_AXIS},
    88      *              {@link BoxLayout#Y_AXIS},
    89      *              {@link BoxLayout#LINE_AXIS} or
    89      *              {@link BoxLayout#LINE_AXIS} or
    90      *              {@link BoxLayout#PAGE_AXIS}.
    90      *              {@link BoxLayout#PAGE_AXIS}.