Java AWT Dialog

The Dialog control represents a top level window with a border and a title used to take some form of input from the user. It inherits the Window class.

Unlike Frame, it doesn't have maximize and minimize buttons.

Frame vs Dialog

Frame and Dialog both inherits Window class. Frame has maximize and minimize buttons but Dialog doesn't have.

AWT Dialog class declaration

Java AWT Dialog Example

Output:

java awt Dialog example 1
Next TopicJava AWT Toolkit




Contact US

Email:[email protected]

AWT Dialog
10/30