| Author |
What is the best way to set the UpText and DownText in a ToggleButton object?
|
Java xman
Greenhorn
Joined: Apr 23, 2012
Posts: 12
|
|
Hello All,
It seems nuts to me that the only way to set the text for both up and down on a ToggleButton object is to use the constructor e.g ToggleButton tglbtn1 =new ToggleButton("My UpText","My DownText");
Shouldn't there be a setText(s1,s2) like the constructor? If so How do I set both these values to the same text???
|
 |
 |
|
|
subject: What is the best way to set the UpText and DownText in a ToggleButton object?
|
|
|