I have created an undecorated transparent stage with the always on top flag set to true and wish to use this as an overlay for a game. The game is in windowed fullscreen mode, and this is on Windows 10.
When the game window is active without the JavaFX overlay over the game, there's no taskbar showing. But as soon as i place the JavaFX overlay over the game, the taskbar pops up.
I was wondering if there's any way to use this as an overlay for the game without having the taskbar showing.