Converting from Swing to JavaFX? (Migration Guide)

Viewed 11073

When converting a Swing project to a JavaFx project, which classes from JavaFx match up to the Swing classes?

A 1-1 matchup is best.

I am not looking for integration with Swing, but a complete makeover.

2 Answers
Related