Swing problem
I had a problem
Here is the code
JButton updBt = new JButton("My Button");
> updBt.addActionListener(new ActionListener() {
>public void actionPerformed(ActionEvent e) {
>// Call method or do what you want here
> }
> });
>
// Call method or do what you want here:
if (ae.getActionCommand().equals(My Button))
I want to get the code after this. I am trying to get the code for the last hours and was not able to get hope some one will helo me.
Thanks

