Hi All, Please review the following test only fix for jdk15. Bug : https://bugs.openjdk.java.net/browse/JDK-8238085 <https://bugs.openjdk.java.net/browse/JDK-8238085> Fix : http://cr.openjdk.java.net/~trebari/swing/8238085/webrev00/ <http://cr.openjdk.java.net/~trebari/swing/8238085/webrev00/>
Issue : The test JSpinnerButtonFocusTest fails in nightly testing on Mac OS platform. Fix : Reduced the number of keyPress and keyRelease events by calling requestFocusInWindow on spinner1 editor. Added a Focus Listener on editor1. Test : Tested on all three platform and test is passing. Also tested in internal test and build system, Link is in JBS. Thanks and regards Tejpal
