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.
我正在使用 JavaFX 2.2。现在我在使用 tableView 时遇到了一个问题。 我需要显示一个没有内容的表格,但是当我使用 tableView.setItems(null) 时,它只是没有显示任何东西,而是“没有内容”。
我需要的是一张表仍然有行和列(但为空)。 有没有好的解决方案?