sun.beanbox
Class AppletGenerator

java.lang.Object
  |
  +--sun.beanbox.AppletGenerator

public class AppletGenerator
extends java.lang.Object


Constructor Summary
AppletGenerator(java.awt.Frame ff, BeanBox box, java.io.File adir, java.lang.String aname, java.lang.String jname, java.io.File tdir)
           
 
Method Summary
static void generate(java.awt.Frame frame, BeanBox bb, MakeAppDlg dialog, java.lang.String appletDirName, java.lang.String appletName, java.lang.String jarName)
          Generate a new Applet from the contents of given BeanBox appletName is the name of the Applet appletDir is the directory where to put all the generated files jarName is the name of the JAR where to package things.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AppletGenerator

public AppletGenerator(java.awt.Frame ff,
                       BeanBox box,
                       java.io.File adir,
                       java.lang.String aname,
                       java.lang.String jname,
                       java.io.File tdir)
Method Detail

generate

public static void generate(java.awt.Frame frame,
                            BeanBox bb,
                            MakeAppDlg dialog,
                            java.lang.String appletDirName,
                            java.lang.String appletName,
                            java.lang.String jarName)
Generate a new Applet from the contents of given BeanBox appletName is the name of the Applet appletDir is the directory where to put all the generated files jarName is the name of the JAR where to package things.