Hi,
When you open a modal JDialog from a JFrame the frame gets blocked. I'am looking for some way to have a frame party blocked.
Lets say we have got a main frame with a splitter. When you open a modal dialog from the left side of the spitter, only the left part of the splitter gets blocked. Is this possible?
I have tried adding a frame to a frame, but this failes with this error: java.lang.IllegalArgumentException: adding a window to a container
I have looked in the dockable frames work examples and documentation, but did not found anything.
Any idea's ?
Thanks.