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.
タブを作成し、TabPane に追加しました。そのクローズ可能なプロパティを TRUE に設定しました。閉じるボタンを表示するにはどうすればよいですか?
私は長い間答えを探していましたが、答えはとても簡単です。
TabClosingPolicy を設定するだけです
TabPane.TabClosingPolicy.SELECTED_TAB
fxml ファイルのプロパティでは、tabClosingPolicy="SELECTED_TAB" または "ALL_TABS" としてタブプレーンに追加できます。