How do I prevent JSplitPane splitter from moving

I have a problem where I have a jogl canvas in a JSplitPane and it has some problems so I’ve decided to prevent the user from moving the splitter.
But I have no idea how this can be done. I can’t set the min/maxs split pos members since they are determined by the current look and feal and adding a movemen or resize handler doesn’t work either. Anyone?

Thanks in advance :slight_smile:

Why do you even use a JSplitPane if you don’t want the split divider to be movable?

Well. I plan that someday it will be fixed so that the JOGL window is fully resizable in a JSplitPane :slight_smile: