| Author |
How Can I use Different shape of Buttons???
|
sandhiya sindhi
Ranch Hand
Joined: Sep 25, 2003
Posts: 50
|
|
How Can I use Different shape of Buttons... there is no constructor through wich we set size of button and its angles.. Like as a round Button or a like Star Button. [ October 01, 2003: Message edited by: sandhiya Laghari ]
|
 |
Nathan Pruett
Bartender
Joined: Oct 18, 2000
Posts: 4121
|
|
You have to do all this yourself... extend JComponent, override the paintComponent() method to draw whatever shape you want, enable ActionEvents on the component, and add a MouseListener that fires ActionEvents whenever it gets a click inside the shape you have drawn. Easy as pie.
|
-Nate
Write once, run anywhere, because there's nowhere to hide! - /. A.C.
|
 |
sandhiya sindhi
Ranch Hand
Joined: Sep 25, 2003
Posts: 50
|
|
Thank u very much Mr Nathan for giving this idea. I'm so Gad to get solution of this
|
 |
 |
|
|
subject: How Can I use Different shape of Buttons???
|
|
|