I am currently working on a volunteer sign-in application, and need to prevent any attempts to tamper with the computer. As a start, I set the application to fullscreen, eas
primaryStage.setFullScreenExitKeyCombination(KeyCombination.NO_MATCH);