All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class sun.beanbox.MakeAppletDialog

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

public class MakeAppletDialog
extends Dialog
implements Runnable

Constructor Index

 o MakeAppletDialog(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 MakeAppletDialog
 public MakeAppletDialog(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