Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 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..
Advertisement
Add Comment
Please, Sign In to add comment