Java JDialogThe JDialog 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 Dialog class. Unlike JFrame, it doesn't have maximize and minimize buttons. JDialog class declarationLet's see the declaration for javax.swing.JDialog class. Commonly used Constructors:
Java JDialog ExampleOutput: ![]()
Next TopicJava JPanel
|