I was wondering if it is possible to design a GUI using JavaFX and afterwards combining with some Python code (for example make a button using JavaFX and then write handler code in Python to give some functionality).
JavaFX is great to design a really good GUI and I need Python to control a robot (the libraries are only available in Python).
I had a look over the web and I found Jython, but I could not understand if it will allow me to use these third parties Python libraries.
Does anyone have a good suggestion or any sources where I can look at? Any information would be appreciated.
Thank you in advance.