Class ComboBoxComponentPanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class ComboBoxComponentPanel extends JPanel
Component including a Label and a ComboBox
Version:
0.1.0
Author:
Michael Michaud
See Also:
  • Constructor Details

    • ComboBoxComponentPanel

      public ComboBoxComponentPanel(String descriptionLabel, Object[] items, ErrorHandler errorHandler)
  • Method Details

    • getComboBox

      public JComboBox getComboBox()
    • getSelectedItem

      public Object getSelectedItem()