The focus-related tests in the JCK call the java.awt.Component.requestFocus() method on the component to gain the focus, and the focus behavior of this method is platform-dependent.

To execute properly, the AWT Focus subsystem tests have to know whether your platform supports focus transfer across windows.

Refer to the additional specification "The AWT Focus Subsystem" for more details.