public class JDialog extends Dialog
_components, _currentFocus, _insets, _isValid, _layoutMgr, _minimumSize, _size
_alignmentX, _alignmentY, _background, _cursesColor, _enabled, _focusListeners, _foreground, _keyListeners, _origin, _parent, _visible, BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT
Constructor and Description |
---|
JDialog()
Default constructor, creates a JDialog without a specified Frame
owner.
|
JDialog(Dialog owner_) |
JDialog(Dialog owner_,
java.lang.String title_) |
JDialog(Frame owner_)
Creates a modal dialog without a title and with a Frame owner.
|
JDialog(Frame owner_,
java.lang.String title_) |
Modifier and Type | Method and Description |
---|---|
void |
debug(int level_) |
Container |
getContentPane()
Returns a reference to "this" (CHARVA doesn't distinuish between
"content panes", "root panes" and suchlike).
|
void |
setLocationRelativeTo(Component component_)
Sets the location of the dialog to be centered over the specified
component.
|
addWindowListener, adjustLocation, getLocationOnScreen, getOwner, hide, isDisplayed, isFocusTraversable, pack, processEvent, processWindowEvent, run, show
add, add, doLayout, findComponentAt, findComponentAt, getComponent, getComponentAt, getComponentAt, getComponentAt, getComponentCount, getComponents, getCurrentFocus, getHeight, getInsets, getSize, getWidth, invalidate, isValid, minimumSize, nextFocus, previousFocus, processKeyEvent, remove, requestFocus, setBackground, setBounds, setBounds, setBounds, setFocus, setForeground, setHeight, setLayout, setSize, setSize, setWidth, validate
addFocusListener, addKeyListener, contains, contains, getAlignmentX, getAlignmentY, getAncestorWindow, getBackground, getBounds, getCursesColor, getForeground, getLocation, getName, getParent, hasFocus, isEnabled, isRecursivelyVisible, isTotallyObscured, isVisible, processFocusEvent, processMouseEvent, repaint, requestSync, setEnabled, setLocation, setLocation, setName, setParent, setVisible, validateCursesColor
public JDialog()
public JDialog(Frame owner_)
public JDialog(Frame owner_, java.lang.String title_)
public JDialog(Dialog owner_)
public JDialog(Dialog owner_, java.lang.String title_)
public Container getContentPane()
public void setLocationRelativeTo(Component component_)