Create wizard in JavaFX

后端 未结 4 2115
囚心锁ツ
囚心锁ツ 2020-12-17 05:56

Is there any example how to create wizard in JavaFX?

For example to setup a program or for configuration. Can this be done with simple code or I need to create cust

4条回答
  •  清歌不尽
    2020-12-17 06:15

    DataFX 2 has a flow API to design wizards, for example. You can define a flow through a list / map of views and share a data model. For more information see this presentation: http://de.slideshare.net/HendrikEbbers/datafx-javaone-2013

提交回复
热议问题