Class SkinnedJComboBox

All Implemented Interfaces:
ActionListener, ImageObserver, ItemSelectable, MenuContainer, Serializable, EventListener, Accessible, ListDataListener

public class SkinnedJComboBox extends JComboBox
A skinned JComboBox, which is actually just a standard text field - useful only as a base for someone to specialise.
Author:
James Murty
See Also:
  • Constructor Details

    • SkinnedJComboBox

      public SkinnedJComboBox(Properties skinProperties, String itemName)