| Author |
problem in static JLabel text
|
narasimharao konjeti
Ranch Hand
Joined: Apr 26, 2003
Posts: 130
|
|
hi all, I have created one static JLabel, and i am going to change the label value dynamically. and while i am program is executing, jlabel.setText() is not refreshing. what might be the problem... please let me know if any solution. regards nr konjeti
|
"Unwise to sweat petty stuff, wise to pet sweaty stuff."
|
 |
Ernest Friedman-Hill
author and iconoclast
Marshal
Joined: Jul 08, 2003
Posts: 24057
|
|
|
If the label's size will change, then you need to call validate() on the label's container after changing the text. Otherwise, a simple repaint() call should do.
|
[Jess in Action][AskingGoodQuestions]
|
 |
 |
|
|
subject: problem in static JLabel text
|
|
|