Class Register


  • public class Register
    extends java.lang.Object
    This class just runs a simple modal panel to register user name and email on first run.

    Returns 0 for "Enter license" Returns 1 for "Proceed" Returns 2 for Quit

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String _url  
    • Constructor Summary

      Constructors 
      Constructor Description
      Register()
      Creates new register panel.
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void respondUI​(java.lang.Object anObj)
      Handles okay button.
      void sendRegistration​(java.lang.String aName, java.lang.String anEmail)
      Sends registration using Verio web mail.
      int show()
      Loads the UI and brings it front.
      static int showDialog​(java.awt.Window aWindow)
      Runs the Registration panel if first time, otherwise runs the Demo panel.
      • Methods inherited from class java.lang.Object

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

      • _url

        public static java.lang.String _url
    • Constructor Detail

      • Register

        public Register()
        Creates new register panel.
    • Method Detail

      • showDialog

        public static int showDialog​(java.awt.Window aWindow)
        Runs the Registration panel if first time, otherwise runs the Demo panel.
      • show

        public int show()
        Loads the UI and brings it front.
      • respondUI

        public void respondUI​(java.lang.Object anObj)
        Handles okay button.
      • sendRegistration

        public void sendRegistration​(java.lang.String aName,
                                     java.lang.String anEmail)
        Sends registration using Verio web mail.