I would like some advice on which GUI framework to use. Currently I have my application working in Swing. It includes an AppletStub running in a JTabbedPane tab.
I am thinking of switching the GUI over to JavaFX but I cannot find the equivalent way of achieving what I already have (see above).