Excluding cursors, if I have a Wizard made of several modal JDialogs(I need this because main thread must be "blocked" while users are using the wizard), but the JDialogs have a Help button that should show HTML pages into a JFrame, how can I fix the problem of "can't click on the JFrame if the JDialog is modal"?
Best Article Andy June 4, 2011 at 12:23 AM
Thanks for explaining the cursors in Swing in such a simple and workable way.
Non modal JDialogAndrew August 22, 2012 at 4:54 PM
Excluding cursors, if I have a Wizard made of several modal JDialogs(I need this because main thread must be "blocked" while users are using the wizard), but the JDialogs have a Help button that should show HTML pages into a JFrame, how can I fix the problem of "can't click on the JFrame if the JDialog is modal"?
Post your Comment