Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 25th, 2012  |  syntax: None  |  size: 0.34 KB  |  hits: 11  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  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..