home *** CD-ROM | disk | FTP | other *** search
- package sun.awt;
-
- import java.awt.KeyboardFocusManager;
- import java.lang.reflect.Field;
- import java.security.PrivilegedAction;
-
- final class EmbeddedFrame$1 implements PrivilegedAction {
- // $FF: synthetic field
- static final boolean $assertionsDisabled = !EmbeddedFrame.class.desiredAssertionStatus();
- // $FF: synthetic field
- final EmbeddedFrame this$0;
-
- EmbeddedFrame$1(EmbeddedFrame var1) {
- this.this$0 = var1;
- }
-
- public Object run() {
- try {
- Field var1 = KeyboardFocusManager.class.getDeclaredField("currentFocusCycleRoot");
- if (var1 != null) {
- var1.setAccessible(true);
- }
-
- return var1;
- } catch (NoSuchFieldException var2) {
- if (!$assertionsDisabled) {
- throw new AssertionError();
- }
- } catch (SecurityException var3) {
- if (!$assertionsDisabled) {
- throw new AssertionError();
- }
- }
-
- return null;
- }
- }
-