Hello,
I am a beginer in JavaFx.
I hava an existing desktop Swing application. I was wondering if it is posible to keep the existing code (the db access procedures, the "logic" etc.) and change only the SWING interface with a JavaFX one. I have found many tutorials about how to create a JavaFx interface (display elements etc.) but I don't really know how to "call" my old standard
Java Code from it (ex: when I click an Fx button to trigger the code previously written for a SWING listener).
Can you please help me?
Thanks in advance