GNU Classpath (0.20) | |
Frames | No Frames |
Classes derived from java.awt.Dialog | |
class | This class implements a file selection dialog box widget.
|
Constructors with parameter type java.awt.Dialog | |
Initializes a new instance of Dialog with the specified,
parent, that is resizable.
| |
Initializes a new instance of Dialog with the specified,
parent and title, that is resizable.
| |
Initializes a new instance of Dialog with the specified,
parent, title and modality, that is resizable.
| |
Initializes a new instance of Dialog with the specified,
parent, title, modality and GraphicsConfiguration ,
that is resizable.
|
Methods with parameter type java.awt.Dialog | |
DialogPeer | Creates a peer object for the specified Dialog .
|
Classes derived from java.awt.Dialog | |
class | A dialog window. |
Constructors with parameter type java.awt.Dialog | |
Creates a new non-modal JDialog with no title
using the given owner.
| |
Creates a new JDialog with no title using the
given modal setting and owner.
| |
Creates a new non-modal JDialog using the
given title and owner.
| |
Creates a new JDialog using the given modal
settings, title, and owner.
| |
Creates a new JDialog using the given modal
settings, title, owner and graphics configuration.
|
GNU Classpath (0.20) |