- public class gui {
- private void comboBox1ItemStateChanged(ItemEvent e) {
- }
- private void comboBox1ActionPerformed(ActionEvent e) {
- }
- private void FletchSelectionActionPerformed(ActionEvent e) {
- JComboBox cb = (JComboBox)e.getSource();
- String Option = (String)cb.getSelectedItem();
- .... and the list goes on..