Always On Top, Undecorated Navigation with Decorated Stage Below
I'd like to position Stage 1 always on top to act as a navigation bar while I open stages below, but also be able to interact with Stage 2 while Stage 1 has focus. Is this possible?
A related post suggested using setPickOnBounds(), but applying this to both stages doesn't seem right. At the moment it's taking two or more clicks (with one click to switch focus) In order to interact with Stage 2.
This also seemed similar, but hoping JNI code isn't required. I don't have the option to pull in another library at the moment.