Hi all
I'm wondering how i add Action listener to this Button
It has no text, just an image, from an ImageIcon
I tried I3 for the action listener but i doesant work
ImageIcon I3;
I3 = new ImageIcon ("carrier.gif");
J1 = new JButton (I3);
J1.addActionListener (this);
J1.setBounds (420, 196, 150, 25);
infoPane.add (J1);