Tell JavaFX Scene Builder where to look for controller classes

后端 未结 2 754
南方客
南方客 2021-02-06 13:18

In Oracle\'s JavaFX Scene Builder it is possible to specify which Java class will be used as the controller for a scene. It\'s member variables will be populated by the

2条回答
  •  心在旅途
    2021-02-06 13:30

    I've shared an example for usage of maven-resources-plugin in maven-java-fx projects at below link.

    https://stackoverflow.com/a/33057082/2017822 [JavaFx scenebuilder and Maven Integration]

提交回复
热议问题