How can I create a dialog box on a applet when a button is pressed? I am using awt.
Thank you in advanced!
Printable View
How can I create a dialog box on a applet when a button is pressed? I am using awt.
Thank you in advanced!
I think you can use the Dialog class in awt
or extend your class from Dialog if you want
to have more functionality.
Kannan