Package cnuphys.lund

Class LundComboBox

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

public class LundComboBox extends JComboBox
See Also:
  • Constructor Details

    • LundComboBox

      public LundComboBox(boolean chargedOnly, double maxMass, int defaultId)
      Constructor for a particle combobox
      Parameters:
      chargedOnly - if <> only add charged particles
      maxMass - the max mass added to the combobox, in MeV
      defaultId - e.g., 11 for electron
  • Method Details

    • getSelectedId

      public LundId getSelectedId()
    • main

      public static void main(String[] args)