JComboBox

Palette category
Swing
Palette bean
JComboBox
Project
JFC class libraries
Package
com.sun.java.swing
Type
JComboBox

Use a JComboBox bean to provide a selectable drop-down list. You can choose to allow direct text entry as well as selection from the list.

Use a Choice bean, rather than a JComboBox bean, if you want to use it in an AWT container. Although Swing and AWT beans can be mixed, it is inadvisable.


Related procedures
Adding a List or Slider Component

Related references
List and Slider Beans
Beans for Visual Composition