Class AuthorCreditsLabel

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

public class AuthorCreditsLabel extends JLabel
A simple label for author credits.
See Also:
  • Constructor Details

    • AuthorCreditsLabel

      public AuthorCreditsLabel(String text, Component contentPane, Component componentAbove, SpringLayout layout)
      Creates a new AuthorCreditsLabel.
      Parameters:
      text - The text to display.
      contentPane - The content pane of the screen.
      componentAbove - The component above this one.
      layout - The layout of the screen.
    • AuthorCreditsLabel

      public AuthorCreditsLabel(String text, int northOffset, Component contentPane, Component componentAbove, SpringLayout layout)
      Creates a new AuthorCreditsLabel.
      Parameters:
      text - The text to display.
      northOffset - The offset from the component above.
      contentPane - The content pane of the screen.
      componentAbove - The component above this one.
      layout - The layout of the screen.