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テーブル列のソートされたテーブル列からソートインジケータ/矢印を削除する方法はありますか?
これはcssを介して行うことができます
.table-view .arrow { -fx-background-insets: 0; -fx-padding: 0; -fx-shape: " "; }