Class Register

java.lang.Object
com.reportmill.panels.Register

public class Register extends 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 Details

    • _url

      public static String _url
  • Constructor Details

    • Register

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

    • showDialog

      public static int showDialog(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(Object anObj)
      Handles okay button.
    • sendRegistration

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