wsdlButton.addActionListener(this);
// Web Methods
JPanel listPanel = new JPanel();
JLabel selectLabel = new JLabel("Web Methods");
wsdlMethods = new JLabeledChoice();
mainPanel.add(listPanel);
listPanel.add(selectLabel);
listPanel.add(wsdlMethods);
listPanel.add(selectButton);
selectButton.addActionListener(this);