1

I am trying to create an application in javaFX that has two main halves to it. One side where you have a set of buttons or controls, and the other where it displays a different set of data for each button pressed, almost as if one side changes scenes, but the point is, layout panes count as scenes and I am still trying to figure out how to dynamically change one side while the other remains static. If you know how to accomplish this(Ideally with a split pane), then that would be a great help, as I am yet to find this question answered.

Thanks

4

1 に答える 1

2

SplitPane方法があり.getItems()ます。

それと、.set()必要なコンテンツを正しいインデックスで使用してください。

于 2015-04-15T08:34:48.443 に答える