Why DockableFrames does not work inside JPanel?

55 Views Asked by At

I have a little problem with (JIDE)

I'm currently trying to put DockableFrames inside a JPanel but by doing that the Docking system doesn't work.

I tried various classes (DockableHolderPaner for example) as a holder for my DockableFrames but it doesn't work either.

My question may sound unclear but it's not clear in my head either.

If someone can give me a hint, it'll be well appreciated :)

1

There are 1 best solutions below

0
Sygmei On

Found what I needed, I can put my DockableFrame in a DefaultInternalFrameDockableHolder in another DockableFrame in a DefaultDockableHolder :)