| Author |
Awt Button
|
cinderalla rahul
Greenhorn
Joined: Jan 11, 2002
Posts: 9
|
|
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.
|
 |
Nathan Pruett
Bartender
Joined: Oct 18, 2000
Posts: 4120
|
|
You have to make the images yourself, then add a mouselistener and mousemotionlistener to the button that switch the images based on the events recieved by the listeners. This functionality was built into Swing, but you have to do it yourself in AWT. -Nate
|
-Nate
Write once, run anywhere, because there's nowhere to hide! - /. A.C.
|
 |
 |
|
|
subject: Awt Button
|
|
|