I have designed a GUI in Java using Swing.
Using GUI I read the location as inputs
Using these inputs as parameter I call a Python Script from this Java Code
Now, I need to display the output of the python script on GUI dynamically. As the python script runs the output log of the script has to be displayed on the GUI area simultaneously.
Is there anyway I can do that ?
Please help