Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个具有拆分窗格的主要 jfx 类。在左侧,我有一个树视图,右侧是空白的。这是使用主 fxml 文件创建的。现在的要求是应该根据窗格左侧的树项的事件加载拆分窗格的右侧。当然右边应该显示新的 fxml 文件的内容。
任何人都可以提供一个小例子来实现这一目标吗?