Ondřej Ryška
Ondřej Ryška

Reputation: 491

javafx focus window

when I start in NetBeans my JavaFX game and after display game window I clicked somewere outside this window, after I can not focus this game window. I can focus the game window only when I immediately clicked on game window after display game window. How I can set focusable that I can focus game window any time? Thanks.

Upvotes: 0

Views: 8259

Answers (1)

tvkanters
tvkanters

Reputation: 3523

This is done through Stage.requestFocus().

Upvotes: 9

Related Questions