vtkCanvas in JSplitter should be resizable
This issue was created automatically from an original Mantis Issue. Further discussion may take place here.
vtkCanvas minimum size and prefered size are not initialised so Swing set them to the last value specified with setSized. So even when a vtkCanvas is used in context where it should be resizable, it's size is frozen. The minimum and prefered size of vtkCanvas should be set to (0,0) in the constructor.