All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ibm.beans.samples.dips.license.LicenseIssuer

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Panel
                           |
                           +----java.applet.Applet
                                   |
                                   +----com.ibm.beans.samples.dips.license.LicenseIssuer

public class LicenseIssuer
extends Applet
This class extends java.applet.Applet to provide a user-interface for generating licenses. It provides for: The policy customizer is responsible for generating the license.


Constructor Index

 o LicenseIssuer()

Method Index

 o getPreferredSize()
Gets the preferred width and height of the customizer.
 o init()
Creates the user-interface for this class.
 o main(String[])
Starts LicenseIssuer as a Java application.

Constructors

 o LicenseIssuer
 public LicenseIssuer()

Methods

 o main
 public static void main(String args[])
Starts LicenseIssuer as a Java application. To invoke, enter the command java com.ibm.beans.samples.dips.license.LicenseIssuer. It ignores all supplied arguments.

Parameters:
args[] - The supplied arguments.
 o getPreferredSize
 public Dimension getPreferredSize()
Gets the preferred width and height of the customizer.

Returns:
The preferred dimensions of the customizer.
Overrides:
getPreferredSize in class Container
 o init
 public void init()
Creates the user-interface for this class.

Overrides:
init in class Applet

All Packages  Class Hierarchy  This Package  Previous  Next  Index