Class Splash

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, RootPaneContainer
Direct Known Subclasses:
SplashTimer

public class Splash extends JWindow
See Also:
  • Field Details

    • splashPanel

      protected fr.esrf.tangoatk.widget.util.SplashPanel splashPanel
  • Constructor Details

    • Splash

      public Splash()
      Creates and displays an ATK splash panel using the default ATK splash image.
    • Splash

      public Splash(ImageIcon splashImage)
      Creates and displays an ATK splash panel using the given image.
      Parameters:
      splashImage - Splash image
    • Splash

      public Splash(ImageIcon splashImage, Color textColor)
      Creates and displays an ATK splash panel using the given image and text color. The textColor param does not affect the ProgressBar.
      Parameters:
      splashImage - Splash image
      textColor - Text color
    • Splash

      public Splash(ImageIcon splashImage, Color textColor, JSmoothProgressBar newBar)
      Creates and displays an ATK splash panel using the given image ,text color and JSmoothProgressBar.
      Parameters:
      splashImage - Splash image
      textColor - Text color
      newBar - ProgressBar which will be used by this splah window.
  • Method Details

    • initComponents

      protected void initComponents(ImageIcon icon, Color textColor, JSmoothProgressBar newBar)
    • setCopyright

      public void setCopyright(String copyright)
    • getCopyright

      public String getCopyright()
    • setMessage

      public void setMessage(String message)
    • getMessage

      public String getMessage()
    • setTitle

      public void setTitle(String title)
    • getTitle

      public String getTitle()
    • getProgressBar

      public JSmoothProgressBar getProgressBar()
    • initProgress

      public void initProgress()
    • setMaxProgress

      public void setMaxProgress(int i)
    • progress

      public void progress(int i)
    • initProgress

      public void initProgress(int maxValue)
      Deprecated.
      Parameters:
      maxValue - Max value
    • setIndeterminateProgress

      public void setIndeterminateProgress(boolean b)
      Deprecated.
      Parameters:
      b - Indeterminate progress
    • setAuthor

      public void setAuthor(String s)
      Deprecated.
      Parameters:
      s - Author
    • setPanelForeground

      public void setPanelForeground(Color color)
      Deprecated.
      Parameters:
      color - Foreground color
    • getAuthor

      public String getAuthor()
      Deprecated.
      Returns:
      Empty string
    • setVersion

      public void setVersion(String s)
      Deprecated.
      Parameters:
      s - Version
    • getVersion

      public String getVersion()
      Deprecated.
      Returns:
      Version
    • main

      public static void main(String[] args)