org.pscode.ui.license
Class License

java.lang.Object
  extended by org.pscode.ui.license.License

public final class License
extends Object


Constructor Summary
License()
           
 
Method Summary
static void isLicensed(JComponent rootContainer)
          Applets can be licensed to a site only.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

License

public License()
Method Detail

isLicensed

public static final void isLicensed(JComponent rootContainer)
                             throws UnlicensedException
Applets can be licensed to a site only. Applications are per user.

Throws:
UnlicensedException - If the app. is not licensed.