The table cells are empty in my tableview. JavaFX + Scenebuilder

后端 未结 2 1684
借酒劲吻你
借酒劲吻你 2020-12-04 00:50

I am trying to get the table cells to show the string when i create new rows. But all the rows are just empty. Do anyone know what i am doing wrong? Here is the main class:

2条回答
  •  伪装坚强ぢ
    2020-12-04 01:22

    in stringproperty you gotto add asobjects() method after cellData.getValue().bPlayerIDProperty())... so I hope that would help

提交回复
热议问题