jdk/src/share/classes/javax/swing/plaf/metal/MetalToolBarUI.java
changeset 21278 ef8a3a2a72f2
parent 5506 202f599c92aa
child 23010 6dadb192ad81
equal deleted inserted replaced
21277:bd380b80f9ea 21278:ef8a3a2a72f2
    62      * JToolBars/JMenuBars that border each other.
    62      * JToolBars/JMenuBars that border each other.
    63      */
    63      */
    64     private static List<WeakReference<JComponent>> components = new ArrayList<WeakReference<JComponent>>();
    64     private static List<WeakReference<JComponent>> components = new ArrayList<WeakReference<JComponent>>();
    65 
    65 
    66     /**
    66     /**
    67      * This protected field is implemenation specific. Do not access directly
    67      * This protected field is implementation specific. Do not access directly
    68      * or override. Use the create method instead.
    68      * or override. Use the create method instead.
    69      *
    69      *
    70      * @see #createContainerListener
    70      * @see #createContainerListener
    71      */
    71      */
    72     protected ContainerListener contListener;
    72     protected ContainerListener contListener;
    73 
    73 
    74     /**
    74     /**
    75      * This protected field is implemenation specific. Do not access directly
    75      * This protected field is implementation specific. Do not access directly
    76      * or override. Use the create method instead.
    76      * or override. Use the create method instead.
    77      *
    77      *
    78      * @see #createRolloverListener
    78      * @see #createRolloverListener
    79      */
    79      */
    80     protected PropertyChangeListener rolloverListener;
    80     protected PropertyChangeListener rolloverListener;