I would like to build something like the apache xampp control panel. I would like to create my own control panel that start/stops my server.
I am using Eclipse GUI Builder and I tried to search online for help regarding this but couldn't find anything. Can anyone provide some help to me?
For example, usually when I start my server I would go to command prompt, go to the directory and type run.bat. When stopping the server, I would have to do ctrl + c.
How do I achieve this by clicking a JButton (Start server) and another JButton (Stop server)?
There is nothing much on my coding since it is default Eclipse Swing GUI generated codes.