Module greenlab

Class GreenLabConstComboBox

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

public class GreenLabConstComboBox extends JComboBox implements FocusListener
The JComboBox for choosing constant or variable
Author:
Cong Ding
See Also:
  • Constructor Details

    • GreenLabConstComboBox

      public GreenLabConstComboBox(String keyString, String[] strs)
    • GreenLabConstComboBox

      public GreenLabConstComboBox(String keyString, String[] strs, int n)
  • Method Details