Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVA

how to set slected row color in javafx tableview

.table-row-cell:selected {
   -fx-background-color: steelblue; 
}
.table-row-cell:selected .text {
       -fx-fill: red ;

}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #set #slected #row #color #javafx #tableview
ADD COMMENT
Topic
Name
7+1 =