com.partnersoft.v3x.gui
Class LicenseGUILib

java.lang.Object
  extended by com.partnersoft.v3x.gui.LicenseGUILib

public class LicenseGUILib
extends java.lang.Object

Handles GUI part of licensing - popup screen, window titles, etc.


Nested Class Summary
static class LicenseGUILib.EvaluationNoticeActions
           
 
Constructor Summary
LicenseGUILib()
           
 
Method Summary
static void brandIfUnlicensed(java.lang.String appLicenseName, java.awt.Graphics2D g, int areaWidth, int areaHeight, boolean monochrome)
           
static void setupLicensedWindow(java.lang.String appName, java.awt.Frame window)
           
static void setupLicensedWindow(java.lang.String appLicenseName, java.lang.String appName, java.awt.Frame window)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LicenseGUILib

public LicenseGUILib()
Method Detail

setupLicensedWindow

public static void setupLicensedWindow(java.lang.String appName,
                                       java.awt.Frame window)

setupLicensedWindow

public static void setupLicensedWindow(java.lang.String appLicenseName,
                                       java.lang.String appName,
                                       java.awt.Frame window)

brandIfUnlicensed

public static void brandIfUnlicensed(java.lang.String appLicenseName,
                                     java.awt.Graphics2D g,
                                     int areaWidth,
                                     int areaHeight,
                                     boolean monochrome)