class javafx.stage.Window$1 implements com.sun.javafx.stage.WindowHelper$WindowAccessor
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: javafx.stage.Window$1
  super_class: java.lang.Object
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.stage.Window$1 this
         0: .line 106
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // javafx.stage.Window$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/stage/Window$1;

  public com.sun.javafx.stage.WindowHelper getHelper(javafx.stage.Window);
    descriptor: (Ljavafx/stage/Window;)Lcom/sun/javafx/stage/WindowHelper;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // javafx.stage.Window$1 this
        start local 1 // javafx.stage.Window window
         0: .line 109
            aload 1 /* window */
            getfield javafx.stage.Window.windowHelper:Lcom/sun/javafx/stage/WindowHelper;
            areturn
        end local 1 // javafx.stage.Window window
        end local 0 // javafx.stage.Window$1 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Ljavafx/stage/Window$1;
            0    1     1  window  Ljavafx/stage/Window;
    MethodParameters:
        Name  Flags
      window  

  public void setHelper(javafx.stage.Window, com.sun.javafx.stage.WindowHelper);
    descriptor: (Ljavafx/stage/Window;Lcom/sun/javafx/stage/WindowHelper;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // javafx.stage.Window$1 this
        start local 1 // javafx.stage.Window window
        start local 2 // com.sun.javafx.stage.WindowHelper windowHelper
         0: .line 114
            aload 1 /* window */
            aload 2 /* windowHelper */
            putfield javafx.stage.Window.windowHelper:Lcom/sun/javafx/stage/WindowHelper;
         1: .line 115
            return
        end local 2 // com.sun.javafx.stage.WindowHelper windowHelper
        end local 1 // javafx.stage.Window window
        end local 0 // javafx.stage.Window$1 this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Ljavafx/stage/Window$1;
            0    2     1        window  Ljavafx/stage/Window;
            0    2     2  windowHelper  Lcom/sun/javafx/stage/WindowHelper;
    MethodParameters:
              Name  Flags
      window        
      windowHelper  

  public void doVisibleChanging(javafx.stage.Window, boolean);
    descriptor: (Ljavafx/stage/Window;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // javafx.stage.Window$1 this
        start local 1 // javafx.stage.Window window
        start local 2 // boolean visible
         0: .line 119
            aload 1 /* window */
            iload 2 /* visible */
            invokevirtual javafx.stage.Window.doVisibleChanging:(Z)V
         1: .line 120
            return
        end local 2 // boolean visible
        end local 1 // javafx.stage.Window window
        end local 0 // javafx.stage.Window$1 this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Ljavafx/stage/Window$1;
            0    2     1   window  Ljavafx/stage/Window;
            0    2     2  visible  Z
    MethodParameters:
         Name  Flags
      window   
      visible  

  public void doVisibleChanged(javafx.stage.Window, boolean);
    descriptor: (Ljavafx/stage/Window;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // javafx.stage.Window$1 this
        start local 1 // javafx.stage.Window window
        start local 2 // boolean visible
         0: .line 124
            aload 1 /* window */
            iload 2 /* visible */
            invokevirtual javafx.stage.Window.doVisibleChanged:(Z)V
         1: .line 125
            return
        end local 2 // boolean visible
        end local 1 // javafx.stage.Window window
        end local 0 // javafx.stage.Window$1 this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Ljavafx/stage/Window$1;
            0    2     1   window  Ljavafx/stage/Window;
            0    2     2  visible  Z
    MethodParameters:
         Name  Flags
      window   
      visible  

  public com.sun.javafx.tk.TKStage getPeer(javafx.stage.Window);
    descriptor: (Ljavafx/stage/Window;)Lcom/sun/javafx/tk/TKStage;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // javafx.stage.Window$1 this
        start local 1 // javafx.stage.Window window
         0: .line 129
            aload 1 /* window */
            invokevirtual javafx.stage.Window.getPeer:()Lcom/sun/javafx/tk/TKStage;
            areturn
        end local 1 // javafx.stage.Window window
        end local 0 // javafx.stage.Window$1 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Ljavafx/stage/Window$1;
            0    1     1  window  Ljavafx/stage/Window;
    MethodParameters:
        Name  Flags
      window  

  public void setPeer(javafx.stage.Window, com.sun.javafx.tk.TKStage);
    descriptor: (Ljavafx/stage/Window;Lcom/sun/javafx/tk/TKStage;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // javafx.stage.Window$1 this
        start local 1 // javafx.stage.Window window
        start local 2 // com.sun.javafx.tk.TKStage peer
         0: .line 134
            aload 1 /* window */
            aload 2 /* peer */
            invokevirtual javafx.stage.Window.setPeer:(Lcom/sun/javafx/tk/TKStage;)V
         1: .line 135
            return
        end local 2 // com.sun.javafx.tk.TKStage peer
        end local 1 // javafx.stage.Window window
        end local 0 // javafx.stage.Window$1 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Ljavafx/stage/Window$1;
            0    2     1  window  Ljavafx/stage/Window;
            0    2     2    peer  Lcom/sun/javafx/tk/TKStage;
    MethodParameters:
        Name  Flags
      window  
      peer    

  public com.sun.javafx.stage.WindowPeerListener getPeerListener(javafx.stage.Window);
    descriptor: (Ljavafx/stage/Window;)Lcom/sun/javafx/stage/WindowPeerListener;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // javafx.stage.Window$1 this
        start local 1 // javafx.stage.Window window
         0: .line 139
            aload 1 /* window */
            invokevirtual javafx.stage.Window.getPeerListener:()Lcom/sun/javafx/stage/WindowPeerListener;
            areturn
        end local 1 // javafx.stage.Window window
        end local 0 // javafx.stage.Window$1 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Ljavafx/stage/Window$1;
            0    1     1  window  Ljavafx/stage/Window;
    MethodParameters:
        Name  Flags
      window  

  public void setPeerListener(javafx.stage.Window, com.sun.javafx.stage.WindowPeerListener);
    descriptor: (Ljavafx/stage/Window;Lcom/sun/javafx/stage/WindowPeerListener;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // javafx.stage.Window$1 this
        start local 1 // javafx.stage.Window window
        start local 2 // com.sun.javafx.stage.WindowPeerListener peerListener
         0: .line 144
            aload 1 /* window */
            aload 2 /* peerListener */
            invokevirtual javafx.stage.Window.setPeerListener:(Lcom/sun/javafx/stage/WindowPeerListener;)V
         1: .line 145
            return
        end local 2 // com.sun.javafx.stage.WindowPeerListener peerListener
        end local 1 // javafx.stage.Window window
        end local 0 // javafx.stage.Window$1 this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Ljavafx/stage/Window$1;
            0    2     1        window  Ljavafx/stage/Window;
            0    2     2  peerListener  Lcom/sun/javafx/stage/WindowPeerListener;
    MethodParameters:
              Name  Flags
      window        
      peerListener  

  public void setFocused(javafx.stage.Window, boolean);
    descriptor: (Ljavafx/stage/Window;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // javafx.stage.Window$1 this
        start local 1 // javafx.stage.Window window
        start local 2 // boolean value
         0: .line 149
            aload 1 /* window */
            iload 2 /* value */
            invokevirtual javafx.stage.Window.setFocused:(Z)V
         1: .line 150
            return
        end local 2 // boolean value
        end local 1 // javafx.stage.Window window
        end local 0 // javafx.stage.Window$1 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Ljavafx/stage/Window$1;
            0    2     1  window  Ljavafx/stage/Window;
            0    2     2   value  Z
    MethodParameters:
        Name  Flags
      window  
      value   

  public void notifyLocationChanged(javafx.stage.Window, double, double);
    descriptor: (Ljavafx/stage/Window;DD)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=4
        start local 0 // javafx.stage.Window$1 this
        start local 1 // javafx.stage.Window window
        start local 2 // double x
        start local 4 // double y
         0: .line 160
            aload 1 /* window */
            dload 2 /* x */
            dload 4 /* y */
            invokevirtual javafx.stage.Window.notifyLocationChanged:(DD)V
         1: .line 161
            return
        end local 4 // double y
        end local 2 // double x
        end local 1 // javafx.stage.Window window
        end local 0 // javafx.stage.Window$1 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Ljavafx/stage/Window$1;
            0    2     1  window  Ljavafx/stage/Window;
            0    2     2       x  D
            0    2     4       y  D
    MethodParameters:
        Name  Flags
      window  
      x       
      y       

  public void notifySizeChanged(javafx.stage.Window, double, double);
    descriptor: (Ljavafx/stage/Window;DD)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=4
        start local 0 // javafx.stage.Window$1 this
        start local 1 // javafx.stage.Window window
        start local 2 // double width
        start local 4 // double height
         0: .line 167
            aload 1 /* window */
            dload 2 /* width */
            dload 4 /* height */
            invokevirtual javafx.stage.Window.notifySizeChanged:(DD)V
         1: .line 168
            return
        end local 4 // double height
        end local 2 // double width
        end local 1 // javafx.stage.Window window
        end local 0 // javafx.stage.Window$1 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Ljavafx/stage/Window$1;
            0    2     1  window  Ljavafx/stage/Window;
            0    2     2   width  D
            0    2     4  height  D
    MethodParameters:
        Name  Flags
      window  
      width   
      height  

  public void notifyScaleChanged(javafx.stage.Window, double, double);
    descriptor: (Ljavafx/stage/Window;DD)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=4
        start local 0 // javafx.stage.Window$1 this
        start local 1 // javafx.stage.Window window
        start local 2 // double newOutputScaleX
        start local 4 // double newOutputScaleY
         0: .line 174
            aload 1 /* window */
            dload 2 /* newOutputScaleX */
            dload 4 /* newOutputScaleY */
            invokevirtual javafx.stage.Window.updateOutputScales:(DD)V
         1: .line 175
            return
        end local 4 // double newOutputScaleY
        end local 2 // double newOutputScaleX
        end local 1 // javafx.stage.Window window
        end local 0 // javafx.stage.Window$1 this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Ljavafx/stage/Window$1;
            0    2     1           window  Ljavafx/stage/Window;
            0    2     2  newOutputScaleX  D
            0    2     4  newOutputScaleY  D
    MethodParameters:
                 Name  Flags
      window           
      newOutputScaleX  
      newOutputScaleY  

  public void notifyScreenChanged(javafx.stage.Window, java.lang.Object, java.lang.Object);
    descriptor: (Ljavafx/stage/Window;Ljava/lang/Object;Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // javafx.stage.Window$1 this
        start local 1 // javafx.stage.Window window
        start local 2 // java.lang.Object from
        start local 3 // java.lang.Object to
         0: .line 181
            aload 1 /* window */
            aload 2 /* from */
            aload 3 /* to */
            invokevirtual javafx.stage.Window.notifyScreenChanged:(Ljava/lang/Object;Ljava/lang/Object;)V
         1: .line 182
            return
        end local 3 // java.lang.Object to
        end local 2 // java.lang.Object from
        end local 1 // javafx.stage.Window window
        end local 0 // javafx.stage.Window$1 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Ljavafx/stage/Window$1;
            0    2     1  window  Ljavafx/stage/Window;
            0    2     2    from  Ljava/lang/Object;
            0    2     3      to  Ljava/lang/Object;
    MethodParameters:
        Name  Flags
      window  
      from    
      to      

  public float getPlatformScaleX(javafx.stage.Window);
    descriptor: (Ljavafx/stage/Window;)F
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=2
        start local 0 // javafx.stage.Window$1 this
        start local 1 // javafx.stage.Window window
         0: .line 186
            aload 1 /* window */
            invokevirtual javafx.stage.Window.getPeer:()Lcom/sun/javafx/tk/TKStage;
            astore 2 /* peer */
        start local 2 // com.sun.javafx.tk.TKStage peer
         1: .line 187
            aload 2 /* peer */
            ifnonnull 2
            fconst_1
            goto 3
      StackMap locals: com.sun.javafx.tk.TKStage
      StackMap stack:
         2: aload 2 /* peer */
            invokeinterface com.sun.javafx.tk.TKStage.getPlatformScaleX:()F
      StackMap locals:
      StackMap stack: float
         3: freturn
        end local 2 // com.sun.javafx.tk.TKStage peer
        end local 1 // javafx.stage.Window window
        end local 0 // javafx.stage.Window$1 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Ljavafx/stage/Window$1;
            0    4     1  window  Ljavafx/stage/Window;
            1    4     2    peer  Lcom/sun/javafx/tk/TKStage;
    MethodParameters:
        Name  Flags
      window  

  public float getPlatformScaleY(javafx.stage.Window);
    descriptor: (Ljavafx/stage/Window;)F
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=2
        start local 0 // javafx.stage.Window$1 this
        start local 1 // javafx.stage.Window window
         0: .line 192
            aload 1 /* window */
            invokevirtual javafx.stage.Window.getPeer:()Lcom/sun/javafx/tk/TKStage;
            astore 2 /* peer */
        start local 2 // com.sun.javafx.tk.TKStage peer
         1: .line 193
            aload 2 /* peer */
            ifnonnull 2
            fconst_1
            goto 3
      StackMap locals: com.sun.javafx.tk.TKStage
      StackMap stack:
         2: aload 2 /* peer */
            invokeinterface com.sun.javafx.tk.TKStage.getPlatformScaleY:()F
      StackMap locals:
      StackMap stack: float
         3: freturn
        end local 2 // com.sun.javafx.tk.TKStage peer
        end local 1 // javafx.stage.Window window
        end local 0 // javafx.stage.Window$1 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Ljavafx/stage/Window$1;
            0    4     1  window  Ljavafx/stage/Window;
            1    4     2    peer  Lcom/sun/javafx/tk/TKStage;
    MethodParameters:
        Name  Flags
      window  

  public javafx.beans.property.ReadOnlyObjectProperty<javafx.stage.Screen> screenProperty(javafx.stage.Window);
    descriptor: (Ljavafx/stage/Window;)Ljavafx/beans/property/ReadOnlyObjectProperty;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // javafx.stage.Window$1 this
        start local 1 // javafx.stage.Window window
         0: .line 198
            aload 1 /* window */
            invokevirtual javafx.stage.Window.screenProperty:()Ljavafx/beans/property/ReadOnlyObjectProperty;
            areturn
        end local 1 // javafx.stage.Window window
        end local 0 // javafx.stage.Window$1 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Ljavafx/stage/Window$1;
            0    1     1  window  Ljavafx/stage/Window;
    Signature: (Ljavafx/stage/Window;)Ljavafx/beans/property/ReadOnlyObjectProperty<Ljavafx/stage/Screen;>;
    MethodParameters:
        Name  Flags
      window  

  public java.security.AccessControlContext getAccessControlContext(javafx.stage.Window);
    descriptor: (Ljavafx/stage/Window;)Ljava/security/AccessControlContext;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // javafx.stage.Window$1 this
        start local 1 // javafx.stage.Window window
         0: .line 203
            aload 1 /* window */
            getfield javafx.stage.Window.acc:Ljava/security/AccessControlContext;
            areturn
        end local 1 // javafx.stage.Window window
        end local 0 // javafx.stage.Window$1 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Ljavafx/stage/Window$1;
            0    1     1  window  Ljavafx/stage/Window;
    MethodParameters:
        Name  Flags
      window  
}
SourceFile: "Window.java"
EnclosingMethod: javafx.stage.Window
NestHost: javafx.stage.Window
InnerClasses:
  public abstract WindowAccessor = com.sun.javafx.stage.WindowHelper$WindowAccessor of com.sun.javafx.stage.WindowHelper
  javafx.stage.Window$1