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

[747 byte] By [DZaKa] at [2007-10-3 2:28:10]
# 1
I don't know what a show my javahelp is? Please post a short, working example of the problem and remember to use code tags.
zadoka at 2007-7-14 19:27:14 > top of Java-index,Desktop,Developing for the Desktop...