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.
我这里有个小问题。我正在开发一个小应用程序,它应该解释并显示一个 sql 询问的表视图。我的大问题是我不知道如何使用 fxml 创建一个新的 tableview 实例进行新的询问,并用新数据替换表中的数据!我的意思是,如果我选择 2 列,它将显示 2 列,然后我选择 3 列,我将有一个 3 列的表格视图。有任何想法吗?
很简单:我需要用tableview中的新查询数据替换现有的查询数据!
我正在使用 fxml!
非常感谢!
我自己找到了答案。在执行每个 sql 命令之前,我必须清除 tableview 数据,包括列!