java - Any way to force JRE 7 or 8 to use JRE 6 AWT/Swing native focus mechanism? -
as other questioners have noted, java awt/swing focus mechanism on windows has changed starting java 7. while documentation says "the mechanism transparent user," has broken aspects of application.
i don't want bogged down right in details of has changed, or things can done work around problem; rather, have 1 specific question. there way force jre 7 or 8 use pre-java 7 native focus mechanism on windows, either through system property or api?
thanks insight can provide.
Comments
Post a Comment