DialogPeer is an interface that defines the basis for a dialog box.
public abstract interface java.awt.peer.DialogPeer extends java.awt.peer.WindowPeer { // Interface Methods public abstract void setResizable (boolean resizable); public abstract void setTitle (String title); }
true if the dialog's peer should allow resizing; false to prevent resizing.
Changes the resize state of the dialog's peer.
New title for the dialog's peer.
Changes the title of the dialog's peer.
FileDialogPeer, String, WindowPeer