Written by Sven Reimers
One of the major advantages of a new UI toolkit is the possibility to protect your investments in existing applications. This chapter will show you how to integrate legacy Swing components into a modern JavaFX UI and how to integrate modern UI elements into an existing Swing application.
Because moving an existing Swing desktop application to a pure JavaFX application is challenging and ...