I need to be able to click into focus on a Pane. For most other nodes, this works by default -- for some reason this isn't working for a Pane.
My scene:
Border Pane > Scroll Pane > Anchor Pane > Pane
I have tried calling pane.setFocusTraversable(), however then I can only tab into the plane. I need to be able to click into it.
Any ideas? Thanks in advance.