简体   繁体   中英

How to Navigate between (Pages, scenes) in JavaFX

据我所知,JavaFx不支持导航和页面,我想构建一个应用程序,其中视图是具有不同控制器的不同页面,我希望每个页面都包含在其自身的第一个场景内的某种容器中,在这一点上,我还没有一个清晰的解决方案如何实现这一目标,我应该怎么做才能实现这一目标?

I found this library which is very helpful, I could realize the navigation/pagination pattern all by respecting MVC http://www.zenjava.com/2011/10/25/views-within-views-controllers-within-controllers/ . Resolved!

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM