I have an application developed in JavaFX 8, running on Windows desktops. While this application is in execution, it should prevent user from switching to any other application or any other place at Windows OS. My application should be the only one the user could access.
I know this is possible to do, because I saw some applications with this functionality, but I don't know how to accomplish it on my application..
My application is running on many checkouts from a store, and the user should only use my checkout software while working.
Any suggestion where I should start is very welcome.