Lemur A split pane similar to JSplitPane

Hello, first post here.
I wondering if Lemur has something similar to a JSplitPane?
I’m working on a game GUI and I need a split pane so that the user can adjust the size of the top/bottom panel on her needs. I’m coming from a Java swing development background and a JSplitPane would be a good choice here.

Thank you and regards.

1 Like

There is nothing built in like that though it shouldn’t be too hard for someone to create one.

Note: there will be no clipping without some special ViewPorts setup so it will really just be stretching the halves.

Thank you for your reply.
I have actually decided to use JavaFX as my GUI toolkit. https://github.com/jayfella/jme-jfx-11