hello, i am using a JSplitPane to divide a GLCanvas from a Swing-UI.
the user should be able to drag the splitpane in order to give more space to either the GLCanvas or the Swing-UI.
however the resizing with dragndrop only works “away” from the GLCanvas (making it bigger) while it is not possible to drag the splitpane towards the GLCanvas.
does anyone know where the problem could be? thanks!