Package com.ribsapp

Class Welcome


  • public class Welcome
    extends java.lang.Object
    This class provides the welcome panel for RM.
    • Constructor Summary

      Constructors 
      Constructor Description
      Welcome()
      Creates a new Welcome panel.
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void close()
      Close welcome.
      static Welcome getShared()
      Returns the shared instance of the welcome panel.
      RJPanel getUI()
      Returns the Swing GUI panel.
      void resetUI()
      Reset UI from data.
      void respondUI​(java.lang.Object anObj)
      Respond to UI.
      void runWelcome()
      Brings up the welcome panel.
      • Methods inherited from class java.lang.Object

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

      • Welcome

        public Welcome()
        Creates a new Welcome panel.
    • Method Detail

      • getShared

        public static Welcome getShared()
        Returns the shared instance of the welcome panel.
      • runWelcome

        public void runWelcome()
        Brings up the welcome panel.
      • close

        public void close()
        Close welcome.
      • getUI

        public RJPanel getUI()
        Returns the Swing GUI panel.
      • resetUI

        public void resetUI()
        Reset UI from data.
      • respondUI

        public void respondUI​(java.lang.Object anObj)
        Respond to UI.