Hi,
I wrote a java console program. But, I am not familiar with Swing to write
the GUI.
I want to use C# to write the GUI, e.g. a start and a stop buttons.
When I click the start button, it execute the jar file. Or, I wrote a batch
file and let the GUI to run it.
So, how should I write the eventhandler to execute the external program?
Thanks for help.