home *** CD-ROM | disk | FTP | other *** search
- package java.awt;
-
- import java.lang.reflect.Method;
- import java.security.PrivilegedAction;
-
- final class Component$4 implements PrivilegedAction {
- // $FF: synthetic field
- final Method val$method;
- // $FF: synthetic field
- final Component this$0;
-
- Component$4(Component var1, Method var2) {
- this.this$0 = var1;
- this.val$method = var2;
- }
-
- public Object run() {
- this.val$method.setAccessible(true);
- return null;
- }
- }
-