package awt; import java.awt.*;
This class is a lightweight version of java.awt.Label. Moreover, its preferred size changes when the label text is changed, unlike java.awt.Label. |
Own method. The Label should try to be at least as wide as the given string. |