Simple app demonstrating the use of JavaFX with Streams, Lambdas Threading and Java ProcessHandle
The application is going to use JavaFX list to display a set of system processes that can be seen by the application process itself.
The user can execute a command to start a new process from the Menu Bar
To stop a process:
- Right click on the process shown in the list of running processes.
- Select kill process from the context menu that appears.