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
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