Re: [JAVA3D] Adding a Canvas3D at runtime

2003-07-02 Thread Ben Moxon
The Canvas3d fits within its boundaries fine, its just when it is first shown this black rectangle appears over the center of my screen - looking at it now  I think it is the same size as my application but drawn right in the centre of the monitor. The rectangle does not show any of the canv

[JAVA3D] Adding a Canvas3D at runtime

2003-07-01 Thread Ben Moxon
I have an application that is largely working in Swing but has a 3d viewer involved for which I use Java3D. This is all, to my surprise, working pretty much as expected, but when I add the Canvas3D to the swing application it draws a big old black rectangle over the middle of my screen (outside