Hi there.
We have a small problem with the way GLCanvas automatically grabs the focus and raises itself on mouse entry as this interfers with most of our popups and dialogs which suddenly find themselves closed or below a GLCanvas (in a Dialog).
We’re currently using JOGL 1.0 (pre JSR version) but I think it’s in the JSR version too.
Would be possible to get included the switching on/off of this auto-raising and auto-focus via parameters (-Djogl.autoraise=true and -Djobl.autofocus=true for example)?
Thanks.