jdk/src/share/classes/javax/swing/plaf/ComboBoxUI.java
changeset 21278 ef8a3a2a72f2
parent 5506 202f599c92aa
child 23010 6dadb192ad81
equal deleted inserted replaced
21277:bd380b80f9ea 21278:ef8a3a2a72f2
    34  * @author Tom Santos
    34  * @author Tom Santos
    35  */
    35  */
    36 public abstract class ComboBoxUI extends ComponentUI {
    36 public abstract class ComboBoxUI extends ComponentUI {
    37 
    37 
    38     /**
    38     /**
    39      * Set the visiblity of the popup
    39      * Set the visibility of the popup
    40      */
    40      */
    41     public abstract void setPopupVisible( JComboBox c, boolean v );
    41     public abstract void setPopupVisible( JComboBox c, boolean v );
    42 
    42 
    43     /**
    43     /**
    44      * Determine the visibility of the popup
    44      * Determine the visibility of the popup