Uses of Class
sun.beanbox.MakeAppDlg

Packages that use MakeAppDlg
sun.beanbox   
 

Uses of MakeAppDlg in sun.beanbox
 

Methods in sun.beanbox with parameters of type MakeAppDlg
static void AppletGenerator.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.