Package com.reportmill.panels
Class Register
java.lang.Object
com.reportmill.panels.Register
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 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Handles okay button.void
sendRegistration
(String aName, String anEmail) Sends registration using Verio web mail.int
show()
Loads the UI and brings it front.static int
showDialog
(Window aWindow) Runs the Registration panel if first time, otherwise runs the Demo panel.
-
Field Details
-
_url
-
-
Constructor Details
-
Register
public Register()Creates new register panel.
-
-
Method Details
-
showDialog
Runs the Registration panel if first time, otherwise runs the Demo panel. -
show
public int show()Loads the UI and brings it front. -
respondUI
Handles okay button. -
sendRegistration
Sends registration using Verio web mail.
-