(String text)
| 638 | /// |
| 639 | /// - `text`: the string that the label presents. |
| 640 | @Override |
| 641 | public void setText(String text) { |
| 642 | widthAtLastCheck = -1; |
| 643 | this.text = text; |
| 644 | localize(); |
| 645 | stringWidthUnselected = -1; |
| 646 | setShouldCalcPreferredSize(true); |
| 647 | repaint(); |
| 648 | } |
| 649 | |
| 650 | @Override |
| 651 | void checkAnimation() { |