Hi,
I was also having the same problem and i solved also.
The Solution is you have to set the maximum and minimum size of the
rightside panel in the JSplitpane ( ie the panel which is containing
Canvas3D) to Zero.
ie
getRightPanel(). setMaximumSize(new Dimension(0,0));
getRightPanel().setMinimumSize(new Dimension(0,0));
The problem is once you moved the JSplitPane Seperater the MinimumSize of
the Panel which contains Canvas3D will automatically set to the CurrentSize.
So you cant Minimize the size of the panel Again.
Try this and Let me know whether the problem is solved or not.
----- Original Message -----
From: "Michael Schnieders" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, April 22, 2001 10:04 PM
Subject: Re: [JAVA3D] JSplitPane and Canvas3D
> I don't have a solution, but just wanted say that I'm having this same
> problem and haven't found a solution yet. I've attempted to change the
> weighting of various components with no luck. If anyone knows how to use a
> Canvas3D within a JSplitPane, I too would really like to know.
> Thanks,
> Mike
> _________________________________________________________________
> Get your FREE download of MSN Explorer at http://explorer.msn.com
>
>
===========================================================================
> To unsubscribe, send email to [EMAIL PROTECTED] and include in the
body
> of the message "signoff JAVA3D-INTEREST". For general help, send email to
> [EMAIL PROTECTED] and include in the body of the message "help".
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA3D-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".