Class JComboBox

java.lang.Object
com.vuze.plugins.mlab.tools.ndt.swingemu.Component
com.vuze.plugins.mlab.tools.ndt.swingemu.JComboBox

public class JComboBox extends Component
  • Constructor Details

    • JComboBox

      public JComboBox()
  • Method Details

    • setSelectedIndex

      public void setSelectedIndex(int i)
    • getSelectedIndex

      public int getSelectedIndex()
    • addItem

      public void addItem(String str)