Hello Friends, I am using awt button component. I have to set image for this button,so i tried to paint the image over the button. it worked. But i need to change the image like JButton(normal,rollover,selected icon) for this awt using paint by mouse event. Is this possible & will work fine.If so help me out try this. Excepting u'r replies, cinderalla.
Sals Hamid
Greenhorn
Joined: Jan 04, 2002
Posts: 24
posted
0
its possible by adding events like mouseMotionListner and mouseActionListner
No Path of Flowers lead to glory
Rashid Ali
Ranch Hand
Joined: Jan 16, 2001
Posts: 349
posted
0
Originally posted by Sals Hamid: its possible by adding events like mouseMotionListner and mouseActionListner
Further to Hamid's reply: There are only two mouse listener interfaces and by convention interfaces also starts with capital letter like class: 1. MouseListener 2. MouseMotionListener There is no mouseActionListener in java IMHO. Good luck Rashid