How to put a split bar in between the left node and center node of a BorderPane? The UI should works as below:
1) When the application windows is resized horizontally, the center resizes horizontally. When the windows resized vertically, the center and the left resize vertically. (These are the default behaviors of BordePane).
2) User can drag to move the space/ bar in between the left and center to resize them horizontally.
Can I combine the BorderPane and SplitPane to achieve this? Any idea?