Class Splash


  • public class Splash
    extends java.lang.Object
    Author:
    Fabrizio Giudici
    • Constructor Summary

      Constructors 
      Constructor Description
      Splash()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void dismiss()  
      void init()  
      void show​(javafx.stage.Stage splashStage)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Splash

        public Splash()
    • Method Detail

      • init

        public void init()
      • show

        public void show​(@Nonnull
                         javafx.stage.Stage splashStage)
      • dismiss

        public void dismiss()