Class JDialog

Direct Known Subclasses:
JsDialog

public class JDialog extends Container
There is really no need here for awt.Dialog. We would not use FileDialog in an HTML5 context anyway.
  • Field Details

    • defaultHeight

      protected int defaultHeight
  • Constructor Details

    • JDialog

      public JDialog()
  • Method Details

    • setZIndex

      public void setZIndex(int zIndex)
    • setLocation

      public void setLocation(int[] loc)
    • getContentPane

      public JContentPane getContentPane()
    • setTitle

      public void setTitle(String title)
    • pack

      public void pack()
    • validate

      public void validate()
    • setVisible

      public void setVisible(boolean tf)
      Overrides:
      setVisible in class Component
    • dispose

      public void dispose()
    • repaint

      public void repaint()
      Overrides:
      repaint in class Component
    • toHTML

      public String toHTML()
      Specified by:
      toHTML in class Component
    • toFront

      public void toFront()