com.japisoft.framework.dialog.register
Class RegisteredDialog

java.lang.Object
  extended bycom.japisoft.framework.dialog.register.RegisteredDialog

public class RegisteredDialog
extends java.lang.Object

Dialog for registering to the product

Version:
1.0
Author:
(c) 2004 JAPISoft / http://www.japisoft.com

Constructor Summary
RegisteredDialog()
           
 
Method Summary
static RegisteredPane showDialog(java.awt.Window owner, java.lang.String locationToOrder, java.lang.String personalPrice, java.lang.String companyPrice, java.lang.String currency)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RegisteredDialog

public RegisteredDialog()
Method Detail

showDialog

public static RegisteredPane showDialog(java.awt.Window owner,
                                        java.lang.String locationToOrder,
                                        java.lang.String personalPrice,
                                        java.lang.String companyPrice,
                                        java.lang.String currency)
Parameters:
owner - Window parent
locationToOrder - Site for ordering
personalPrice - Personal price for the product. It can be null
companyPrice - Company price for the product
currency - Currency for buying if null then 'US dollar'
Returns:
The result pane if the user press 'OK' else null