I wanted to create a small modal window
and found out about the Dialog class.
However, I need to call the dialog from within an applet.
Is that possible - I kept getting some errors.
Actually what I need to do this is check the input a user has typed into a TextField, and if it's invalid some kind
of a warning should pop-up.
Any suggestions? Avendeval