【发布时间】:2015-06-01 10:45:40
【问题描述】:
我需要将显示在 treetableview 列中的值居中,如何将位置从左更改为居中?
final TreeTableColumn<RootMaster, Integer> dataColumn = new TreeTableColumn<>("Data");
dataColumn.setEditable(false);
dataColumn.setMinWidth(300);
dataColumn.setCellValueFactory(new TreeItemPropertyValueFactory<RootMaster, Integer>("bu..."));
【问题讨论】: