Class FPanelLinks

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class FPanelLinks extends FPanel
Panel with buttons able to launch an URL.
Every button have a desciption, an image & an URL to launch.
See Also:
  • Field Details

    • buttonSize

      private int buttonSize
    • spaceBetweenButton

      private int spaceBetweenButton
  • Constructor Details

    • FPanelLinks

      public FPanelLinks(int buttonSize, int spaceBetweenButton)
      Create a new link panel that will resize himself.
      Parameters:
      buttonSize - the size of the button
      spaceBetweenButton - the free space between 2 button
  • Method Details

    • addButton

      public void addButton(String buttonCodeName, String url)
      Add a button with a desciption, an image & an URL to launch.