public class JDialog extends Container
| Modifier and Type | Field and Description |
|---|---|
private JContentPane |
contentPane |
protected int |
defaultHeight |
private int |
defaultWidth |
private static int |
headerHeight |
private java.lang.String |
html |
(package private) int[] |
loc |
private java.lang.String |
title |
private int |
zIndex |
enabled, height, id, minHeight, minWidth, mouseListener, name, parent, renderHeight, renderWidth, text, width| Constructor and Description |
|---|
JDialog() |
| Modifier and Type | Method and Description |
|---|---|
void |
dispose() |
JContentPane |
getContentPane() |
void |
pack() |
void |
repaint() |
private void |
setDialog()
Set it into DOM, but don't show it yet.
|
void |
setLocation(int[] loc) |
void |
setTitle(java.lang.String title) |
void |
setVisible(boolean tf) |
void |
setZIndex(int zIndex) |
void |
toFront() |
java.lang.String |
toHTML() |
void |
validate() |
add, addComponent, getComponent, getComponentCount, getComponents, getSubcomponentHeight, getSubcomponentWidth, insertComponent, remove, removeAlladdMouseListener, getCSSstyle, getHeight, getName, getParent, getText, getWidth, isEnabled, isVisible, newID, setBackground, setEnabled, setMinimumSize, setName, setParent, setPreferredSize, setTextprivate static final int headerHeight
private int defaultWidth
protected int defaultHeight
private JContentPane contentPane
private java.lang.String title
private java.lang.String html
private int zIndex
int[] loc
public void setZIndex(int zIndex)
public void setLocation(int[] loc)
public JContentPane getContentPane()
public void setTitle(java.lang.String title)
public void pack()
public void validate()
public void setVisible(boolean tf)
setVisible in class Componentpublic void dispose()
private void setDialog()
public void toFront()