George
George

Reputation: 1283

Is there a javafx panel the user can resize?

I need a javafx component that has a right and left panel with a draggable bar in between so the user can resize the 2 panels. Im having a bunch of trouble finding this - it has to exist. Not sure what it would be called so not sure what to search for. It would be a border container but one you can drag the separators to resize.

There is something like it demoed here: http://demos.dojotoolkit.org/demos/themePreviewer/demo.html

Upvotes: 1

Views: 2722

Answers (1)

jewelsea
jewelsea

Reputation: 159416

You are looking for a SplitPane.

Upvotes: 3

Related Questions