In a B4J application, I am trying to create a window that never takes focus away from another window, even when its button or Image nodes are themselves clicked. Something similar to the Virtual Keyboard implementation in JavaFX itself.
Possibly creating a STAGE/SCENE that is not a Window that holds my NODES, or disabling the FOCUS EVENT of a window.
Any idea or Code snippet would be appreciated.
Possibly creating a STAGE/SCENE that is not a Window that holds my NODES, or disabling the FOCUS EVENT of a window.
Any idea or Code snippet would be appreciated.