Managing Multiple Screens in JavaFX application
Hi,
I'm a fairly newbie with IntelliJ IDEA (13.1.2 s/JDK 1.7_55), trying to build an Java FX 2.X app with multiple screens.
The first screen is ok, and inserts the main and controller and .fxml, then I expect to "new" up the additional screen/component but there aren't any options for it.
Anyone point me in the right direction, or do I have to do this via hand ?
Thanks,
Craig
I'm gouging this from Angela's you tube sample, naturally she's using NetBeans:
https://www.youtube.com/watch?v=5GsdaZWDcdY
请先登录再写评论。
What options do you expect?
you may create another java fx module with new screen or you may create .fxml files from usages in java code/first fxml file at the connection places.
Thanks,
Anna
Anna,
Sorry, I know I can just add the .fxml files and generate the Controller class methods. It appears like other IDEs have built in support for this functionality.
Thanks for your response,
Craig