I want to have an applet that has an interface, then before you can access it, add frame above it and have the user login before they can do anything with the stuff under the frame.
Printable View
I want to have an applet that has an interface, then before you can access it, add frame above it and have the user login before they can do anything with the stuff under the frame.
Use a modal dialog if you want to prevent anything from happening until the dialog is closed.Quote:
have the user login before they can do anything with the stuff under