public class com.apple.eawt.AppEvent$FullScreenEvent extends com.apple.eawt.AppEvent
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.apple.eawt.AppEvent$FullScreenEvent
  super_class: com.apple.eawt.AppEvent
{
  final java.awt.Window window;
    descriptor: Ljava/awt/Window;
    flags: (0x0010) ACC_FINAL

  void <init>(java.awt.Window);
    descriptor: (Ljava/awt/Window;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.apple.eawt.AppEvent$FullScreenEvent this
        start local 1 // java.awt.Window window
         0: .line 194
            aload 0 /* this */
            invokespecial com.apple.eawt.AppEvent.<init>:()V
         1: .line 195
            aload 0 /* this */
            aload 1 /* window */
            putfield com.apple.eawt.AppEvent$FullScreenEvent.window:Ljava/awt/Window;
         2: .line 196
            return
        end local 1 // java.awt.Window window
        end local 0 // com.apple.eawt.AppEvent$FullScreenEvent this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lcom/apple/eawt/AppEvent$FullScreenEvent;
            0    3     1  window  Ljava/awt/Window;
    MethodParameters:
        Name  Flags
      window  final

  public java.awt.Window getWindow();
    descriptor: ()Ljava/awt/Window;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.apple.eawt.AppEvent$FullScreenEvent this
         0: .line 202
            aload 0 /* this */
            getfield com.apple.eawt.AppEvent$FullScreenEvent.window:Ljava/awt/Window;
            areturn
        end local 0 // com.apple.eawt.AppEvent$FullScreenEvent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/apple/eawt/AppEvent$FullScreenEvent;
}
SourceFile: "AppEvent.java"
NestHost: com.apple.eawt.AppEvent
InnerClasses:
  public FullScreenEvent = com.apple.eawt.AppEvent$FullScreenEvent of com.apple.eawt.AppEvent