As other questioners have noted, the Java AWT/Swing focus mechanism on Windows has changed starting with Java 7. While the documentation says "the mechanism is transparent for the user," it has broken some aspects of an application.
I don't want to get too bogged down right now in details of what has changed, or things that can be done to work around the problem; rather, I have one specific question. Is there a way to force JRE 7 or 8 to use the pre-Java 7 native focus mechanism on Windows, either through a system property or an API?
Thanks for any insight that anyone can provide.