DialogPeer

Name

DialogPeer

[Graphic: Figure from the text]

Description

DialogPeer is an interface that defines the basis for a dialog box.

Interface Definition

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);
}

Interface Methods

setResizable

public abstract void setResizable (boolean resizable)

setTitle

public abstract void setTitle (String title)

See Also

FileDialogPeer, String, WindowPeer