Class GUILabelFailure

All Implemented Interfaces:
GUIElement, ImageObserver, MenuContainer, Serializable

public class GUILabelFailure extends GUIMultiLineLabel
A GUIHTMLLabel that displays the last received "failure" message.
See Also:
  • Constructor Details

    • GUILabelFailure

      public GUILabelFailure(@NotNull @NotNull TooltipManager tooltipManager, @NotNull @NotNull GUIElementListener elementListener, @NotNull @NotNull String name, @NotNull @NotNull CrossfireServerConnection crossfireServerConnection, @NotNull @NotNull Font font, @NotNull @NotNull Color color, @Nullable @Nullable Color backgroundColor, @NotNull @NotNull GuiFactory guiFactory)
      Creates a new instance.
      Parameters:
      tooltipManager - the tooltip manager to update
      elementListener - the element listener to notify
      name - the name of this element
      crossfireServerConnection - the connection instance
      font - the font to use
      color - the color to use
      backgroundColor - the background color
      guiFactory - the global GUI factory instance
  • Method Details