Canvas3D inside JSplitPane

From: x2 (dave3630_at_hotmail.com)
Date: 11/29/03


Date: Sat, 29 Nov 2003 18:43:42 GMT

I'm trying to add a Canvas3D into a JSplitPane. I first inserted the Canvas3D into a JPanel otherwise I couldn't get the Canvas to size itself to the splitPane. However, now I can adjust the splitPane to make the canvas bigger but it won't let me make it smaller. What am I doing wrong?

-d