Class FixedLabel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, SwingConstants

public class FixedLabel extends JLabel
A modification of JLabel which can only grow, i.e. does not shrink back and change the layout if shorter text it put into it.
Author:
dg50
See Also:
  • Constructor Details

    • FixedLabel

      public FixedLabel()
    • FixedLabel

      public FixedLabel(Icon image, int horizontalAlignment)
    • FixedLabel

      public FixedLabel(Icon image)
    • FixedLabel

      public FixedLabel(String text, Icon icon, int horizontalAlignment)
    • FixedLabel

      public FixedLabel(String text, int horizontalAlignment)
    • FixedLabel

      public FixedLabel(String text)
  • Method Details