Build some sort of workflow in JavaFX -
Build some sort of workflow in JavaFX -
i'm trying build sort of visual workflow in javafx. want application have 1 main screen next , previous buttons, installer. when user clicks next, elements of next screen appear in same element. previous choices of user have saved. when user clicks on previous button of choices still there.
how go on this?
i found these links on google, don't seem help me. bit direction want go, code in tutorial isnt't scene's lot of elements.
the datafx framework provides flow api can used define workflows. doing can navigate between mvc groups using annotations or configurations. can find examples of api here:
http://www.guigarage.com/2014/06/datafx-tutorial-5/ http://www.guigarage.com/2015/02/quick-overview-datafx-mvc-flow-api/ http://www.guigarage.com/2015/01/datafx-tutorial-6/ javafx-8
Comments
Post a Comment