📜  如何在 javafx tableview 中设置选定行颜色 - Java 代码示例

📅  最后修改于: 2022-03-11 14:52:35.556000             🧑  作者: Mango

代码示例2
.table-row-cell:selected {
   -fx-background-color: steelblue; 
   -fx-text-background-color: red;
}