All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class sun.beanbox.MakeAppDlg

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Window
                           |
                           +----java.awt.Dialog
                                   |
                                   +----sun.beanbox.MakeAppDlg

public class MakeAppDlg
extends Dialog
implements Runnable

Constructor Index

 o MakeAppDlg(Frame, BeanBox)

Method Index

 o run()
Run is called in a separate thread to actually complete the generation of the applet data, including the compilation

Constructors

 o MakeAppDlg
 public MakeAppDlg(Frame frame,
                   BeanBox bb)

Methods

 o run
 public void run()
Run is called in a separate thread to actually complete the generation of the applet data, including the compilation


All Packages  Class Hierarchy  This Package  Previous  Next  Index