jdk/src/java.desktop/share/classes/javax/swing/ViewportLayout.java
changeset 28059 e576535359cc
parent 25859 3317bb8137f4
equal deleted inserted replaced
28058:87940c838900 28059:e576535359cc
    64     static ViewportLayout SHARED_INSTANCE = new ViewportLayout();
    64     static ViewportLayout SHARED_INSTANCE = new ViewportLayout();
    65 
    65 
    66     /**
    66     /**
    67      * Adds the specified component to the layout. Not used by this class.
    67      * Adds the specified component to the layout. Not used by this class.
    68      * @param name the name of the component
    68      * @param name the name of the component
    69      * @param c the the component to be added
    69      * @param c the component to be added
    70      */
    70      */
    71     public void addLayoutComponent(String name, Component c) { }
    71     public void addLayoutComponent(String name, Component c) { }
    72 
    72 
    73     /**
    73     /**
    74      * Removes the specified component from the layout. Not used by
    74      * Removes the specified component from the layout. Not used by