moving canvas3d from one panel to another panel is causing problems
Hi,
I'm new to java3d and at present struggling to find a solution for the following problem:
In my application there are 4 canvas3ds and there are no relation between them except they all share the same screen3d. added in a Jpanel using grid layout(2,2). all have different universe. when user double click s any one of them the clicked canvas is supposed to get maximized and again doing the same restores everything before double click.
What i'm doing is using card layout adding two panels one for normal view(4 at a time) and one for maximized view. The first one uses grid and the other one uses border.
In case of maiximizing i just remove the one that's clicked from the former jpanel and add it to the other panel.But some times it garbles the screen in a way such that on rotating any node or element moves other nodes that are not supposed to be.
Any suggestions?

