标签: javafx javafx-2 javafx-8
如何禁用TitledPane扩展?
TitledPane pane = new TitledPane("Connections", content);
我在Google上找不到任何相关信息。
答案 0 :(得分:3)
你不需要谷歌,你只需检查javadoc或Ctrl +空间将显示该类的所有方法。要回答你的问题
titledPane.setCollapsible(假);