All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class sun.beanbox.AppletGenerator

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

public class AppletGenerator
extends Object

Constructor Index

 o AppletGenerator(Frame, BeanBox, File, String, String, File)

Method Index

 o generate(Frame, BeanBox, MakeAppDlg, String, String, String)
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.

Constructors

 o AppletGenerator
 public AppletGenerator(Frame ff,
                        BeanBox box,
                        File adir,
                        String aname,
                        String jname,
                        File tdir)

Methods

 o generate
 public static void generate(Frame frame,
                             BeanBox bb,
                             MakeAppDlg dialog,
                             String appletDirName,
                             String appletName,
                             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.


All Packages  Class Hierarchy  This Package  Previous  Next  Index