Search This Blog

JavaFX TreeTableView set font weight of a TreeTableColumn

Create a css file:
column.setStyle("-fx-font-weight: bold;");

No comments:

Post a Comment