Symptom: From jdk7, pressing Shift + Tab doesn't move focus sometimes at AWT application which uses FocusTraversalPolicyProvider. This problem can not be seen with jdk6. Environment: OS : Windows 7 64 bits JDK: jdk7 To reproduce: 1. Compile the attached TP Sample.java and launch it with jdk7(java Sample) 2. Press Tab key to move focus from TextField to Button 3. Press Shift + Tab to move focus back from Button to TextField 4. Press Shift + Tab to move focus from TextField to Button but focus never shift
|