Class StandardBuildLabel

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

public class StandardBuildLabel extends JLabel
This is a JLabel that is right-aligned and uses a preferred height equal to that of a JTextField; it can be used in BuildViews as a standard label class for input fields. It will align properly with JTextFields or even multi-line TextPanes even if the alignment of the component in a GridBagLayout is set to NORTH.
See Also:
  • Constructor Details

    • StandardBuildLabel

      public StandardBuildLabel(String text)
    • StandardBuildLabel

      public StandardBuildLabel()
  • Method Details