Hey there,
I'm developing a GUI and wish to set an options frame as the focus so that you cannot click on the main window whilst the options frame is up. I've tried setFocusable(true) and requestFocus() but neither seem to work.
I've had a look at the api and can't find anything myself.
Thanks in advance!
