-
How do I launch an application modal window?
I have a main window that needs to run but before it executes, I need it to
launch a password window from within the main window. I need this password
window to be a modal type window so that the main window "waits" for the
password window to close down. I have the main window launching the password
window all right but the problem is that even though I have defined the password
window to be of type modal (inheriting from JDialog), the main window does
not wait for this password window to complete. Any suggestions would be
greatly appreciated!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Development Centers
-- Android Development Center
-- Cloud Development Project Center
-- HTML5 Development Center
-- Windows Mobile Development Center
|