Click to See Complete Forum and Search --> : Help for the Messagebox


February 21st, 2000, 09:51 AM
How can I create a dialog box on a applet when a button is pressed? I am using awt.

Thank you in advanced!

kannanbalu
February 21st, 2000, 01:52 PM
I think you can use the Dialog class in awt
or extend your class from Dialog if you want
to have more functionality.

Kannan