when a JLabel's text does not completely fit into the label, it will be cut off and "..." is appended.
Can I somehow check if this has happened?
Like: JLabel.isTextClipped()
?
when a JLabel's text does not completely fit into the label, it will be cut off and "..." is appended.
Can I somehow check if this has happened?
Like: JLabel.isTextClipped()
?