aspose file tools
The moose likes Swing / AWT / SWT and the fly likes Modal dialogs Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Swing / AWT / SWT
Reply Bookmark "Modal dialogs" Watch "Modal dialogs" New topic
Author

Modal dialogs

Jeff Wisard
Ranch Hand

Joined: Jan 07, 2002
Posts: 89
Hello,
I have created a large modal dialog from a JApplet. From this dialog, I want to pop-up another modal dialog to ask the user a question for filling in some data. However, when I pop-up the second dialog it does not respond to ANY user input except closing it from the X button.
Summary: I have a modal dialog displayed from a modal dialog. The second dialog allows no user input.
Is there a way around this?
Thanks!


Jeff Wisard<br />Sun Certified Java Programmer (Java 2)<br />Sun Certified Web Component Developer
Gregg Bolinger
Ranch Hand

Joined: Jul 11, 2001
Posts: 15230

Could you post some of your code for us to look at? That would help us to better examine your problem.
Thanks
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Modal dialogs
 
Similar Threads
Flexible Dialog Box
Prompting User modally without a Frame
multiple modal dialogs
Modal Dilag box
Displaying error on an Applet