Guest User

Untitled

a guest
May 25th, 2012
24
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. public class gui {
  2.  
  3. private void comboBox1ItemStateChanged(ItemEvent e) {
  4. }
  5.  
  6. private void comboBox1ActionPerformed(ActionEvent e) {
  7. }
  8.  
  9. private void FletchSelectionActionPerformed(ActionEvent e) {
  10. JComboBox cb = (JComboBox)e.getSource();
  11. String Option = (String)cb.getSelectedItem();
  12.  
  13.  
  14.  
  15. .... and the list goes on..
Advertisement
Add Comment
Please, Sign In to add comment