Class JDialog


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

    • headerHeight

      private static final int headerHeight
      See Also:
    • defaultWidth

      private int defaultWidth
    • defaultHeight

      protected int defaultHeight
    • contentPane

      private JContentPane contentPane
    • title

      private String title
    • html

      private String html
    • zIndex

      private int zIndex
    • loc

      int[] loc
  • 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
    • setDialog

      private void setDialog()
      Set it into DOM, but don't show it yet. this.loc, this.manager, this.id, etc.
    • toHTML

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

      public void toFront()