java help and modal dialog problem
I have a big problem with show my javahelp. If I do this from main frame and then show modal dialog (JDialog), my javahelp is not enable.
So I use setActivationWindow
with my modal dialog as a parameter and then javahelp works fine, but it doesn't not contain minimalization and maximalization in title bar.
Can I show my javahelp (it's don't have to be javahelp, thinks on it like normal frame) in another thread or sth? So my javahelp (frame) could be independent from modal dialog box in application?
btw. I can't change my dialog (JDialog) to frame (JFrame), it have to be modal to main frame, I need only working independent javahelp...
thx for help, DZaK
Message was edited by:
DZaK

