Adding a TilePane instantiated in .java files to FXML

后端 未结 1 1179
天命终不由人
天命终不由人 2021-01-23 07:32

I\'m trying to add a TilePane with ImageView children to a scene in JavaFX. Currently, my FXML is loading an empty TilePane.

The current FXML line that i have making the

1条回答
  •  灰色年华
    2021-01-23 07:56

    you can use SceneBuilder for create FXML. This can easily solve your problem.

    0 讨论(0)
提交回复
热议问题