I created a bean that contains a JButton object and JList object. My intention is to make the list disappear and reappear if this button is pushed. Is there any way of making my JList object disappear or reappear within an application that contains this bean. I want this bean to function similar to how a JComboBox functions when its button is pushed. -Eric