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 SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidHandles okay button.voidsendRegistration(String aName, String anEmail) Sends registration using Verio web mail.intshow()Loads the UI and brings it front.static intshowDialog(Window aWindow) Runs the Registration panel if first time, otherwise runs the Demo panel.
- 
Field Details- 
_url
 
- 
- 
Constructor Details- 
Registerpublic Register()Creates new register panel.
 
- 
- 
Method Details- 
showDialogRuns the Registration panel if first time, otherwise runs the Demo panel.
- 
showpublic int show()Loads the UI and brings it front.
- 
respondUIHandles okay button.
- 
sendRegistrationSends registration using Verio web mail.
 
-