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) を使用すると、何も表示されず、「コンテンツがありません」と表示されました。
私が必要とするのは、テーブルにまだ行と列があることです(ただし空です)。 良い解決策はありますか?