public class javafx.stage.Stage extends javafx.stage.Window
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: javafx.stage.Stage
  super_class: javafx.stage.Window
{
  private boolean inNestedEventLoop;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private static final com.sun.javafx.stage.StagePeerListener$StageAccessor STAGE_ACCESSOR;
    descriptor: Lcom/sun/javafx/stage/StagePeerListener$StageAccessor;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private boolean primary;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private boolean securityDialog;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private boolean important;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private javafx.stage.StageStyle style;
    descriptor: Ljavafx/stage/StageStyle;
    flags: (0x0002) ACC_PRIVATE

  private javafx.stage.Modality modality;
    descriptor: Ljavafx/stage/Modality;
    flags: (0x0002) ACC_PRIVATE

  private javafx.stage.Window owner;
    descriptor: Ljavafx/stage/Window;
    flags: (0x0002) ACC_PRIVATE

  private javafx.beans.property.ReadOnlyBooleanWrapper fullScreen;
    descriptor: Ljavafx/beans/property/ReadOnlyBooleanWrapper;
    flags: (0x0002) ACC_PRIVATE

  private javafx.collections.ObservableList<javafx.scene.image.Image> icons;
    descriptor: Ljavafx/collections/ObservableList;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljavafx/collections/ObservableList<Ljavafx/scene/image/Image;>;

  private javafx.beans.property.StringProperty title;
    descriptor: Ljavafx/beans/property/StringProperty;
    flags: (0x0002) ACC_PRIVATE

  private javafx.beans.property.ReadOnlyBooleanWrapper iconified;
    descriptor: Ljavafx/beans/property/ReadOnlyBooleanWrapper;
    flags: (0x0002) ACC_PRIVATE

  private javafx.beans.property.ReadOnlyBooleanWrapper maximized;
    descriptor: Ljavafx/beans/property/ReadOnlyBooleanWrapper;
    flags: (0x0002) ACC_PRIVATE

  private javafx.beans.property.ReadOnlyBooleanWrapper alwaysOnTop;
    descriptor: Ljavafx/beans/property/ReadOnlyBooleanWrapper;
    flags: (0x0002) ACC_PRIVATE

  private javafx.beans.property.BooleanProperty resizable;
    descriptor: Ljavafx/beans/property/BooleanProperty;
    flags: (0x0002) ACC_PRIVATE

  private javafx.beans.property.DoubleProperty minWidth;
    descriptor: Ljavafx/beans/property/DoubleProperty;
    flags: (0x0002) ACC_PRIVATE

  private javafx.beans.property.DoubleProperty minHeight;
    descriptor: Ljavafx/beans/property/DoubleProperty;
    flags: (0x0002) ACC_PRIVATE

  private javafx.beans.property.DoubleProperty maxWidth;
    descriptor: Ljavafx/beans/property/DoubleProperty;
    flags: (0x0002) ACC_PRIVATE

  private javafx.beans.property.DoubleProperty maxHeight;
    descriptor: Ljavafx/beans/property/DoubleProperty;
    flags: (0x0002) ACC_PRIVATE

  private final javafx.beans.property.ObjectProperty<javafx.scene.input.KeyCombination> fullScreenExitCombination;
    descriptor: Ljavafx/beans/property/ObjectProperty;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljavafx/beans/property/ObjectProperty<Ljavafx/scene/input/KeyCombination;>;

  private final javafx.beans.property.ObjectProperty<java.lang.String> fullScreenExitHint;
    descriptor: Ljavafx/beans/property/ObjectProperty;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljavafx/beans/property/ObjectProperty<Ljava/lang/String;>;

  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 175
            ldc Ljavafx/stage/Stage;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic javafx.stage.Stage.$assertionsDisabled:Z
         3: .line 180
            new javafx.stage.Stage$1
            dup
            invokespecial javafx.stage.Stage$1.<init>:()V
            invokestatic com.sun.javafx.stage.StageHelper.setStageAccessor:(Lcom/sun/javafx/stage/StageHelper$StageAccessor;)V
         4: .line 205
            new javafx.stage.Stage$2
            dup
            invokespecial javafx.stage.Stage$2.<init>:()V
            putstatic javafx.stage.Stage.STAGE_ACCESSOR:Lcom/sun/javafx/stage/StagePeerListener$StageAccessor;
         5: .line 231
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // javafx.stage.Stage this
         0: .line 240
            aload 0 /* this */
            getstatic javafx.stage.StageStyle.DECORATED:Ljavafx/stage/StageStyle;
            invokespecial javafx.stage.Stage.<init>:(Ljavafx/stage/StageStyle;)V
         1: .line 241
            return
        end local 0 // javafx.stage.Stage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljavafx/stage/Stage;

  public void <init>(javafx.stage.StageStyle);
    descriptor: (Ljavafx/stage/StageStyle;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=2, args_size=2
        start local 0 // javafx.stage.Stage this
        start local 1 // javafx.stage.StageStyle style
         0: .line 252
            aload 0 /* this */
            invokespecial javafx.stage.Window.<init>:()V
         1: .line 177
            aload 0 /* this */
            iconst_0
            putfield javafx.stage.Stage.inNestedEventLoop:Z
         2: .line 276
            aload 0 /* this */
            iconst_0
            putfield javafx.stage.Stage.primary:Z
         3: .line 281
            aload 0 /* this */
            iconst_0
            putfield javafx.stage.Stage.securityDialog:Z
         4: .line 331
            aload 0 /* this */
            iconst_1
            putfield javafx.stage.Stage.important:Z
         5: .line 498
            aload 0 /* this */
            getstatic javafx.stage.Modality.NONE:Ljavafx/stage/Modality;
            putfield javafx.stage.Stage.modality:Ljavafx/stage/Modality;
         6: .line 535
            aload 0 /* this */
            aconst_null
            putfield javafx.stage.Stage.owner:Ljavafx/stage/Window;
         7: .line 683
            aload 0 /* this */
            new javafx.stage.Stage$4
            dup
            aload 0 /* this */
            new javafx.stage.Stage$3
            dup
            aload 0 /* this */
            invokespecial javafx.stage.Stage$3.<init>:(Ljavafx/stage/Stage;)V
            invokespecial javafx.stage.Stage$4.<init>:(Ljavafx/stage/Stage;Ljavafx/collections/ObservableList;)V
            putfield javafx.stage.Stage.icons:Ljavafx/collections/ObservableList;
         8: .line 1232
            aload 0 /* this */
         9: .line 1233
            new javafx.beans.property.SimpleObjectProperty
            dup
            aload 0 /* this */
            ldc "fullScreenExitCombination"
            aconst_null
            invokespecial javafx.beans.property.SimpleObjectProperty.<init>:(Ljava/lang/Object;Ljava/lang/String;Ljava/lang/Object;)V
            putfield javafx.stage.Stage.fullScreenExitCombination:Ljavafx/beans/property/ObjectProperty;
        10: .line 1275
            aload 0 /* this */
        11: .line 1276
            new javafx.beans.property.SimpleObjectProperty
            dup
            aload 0 /* this */
            ldc "fullScreenExitHint"
            aconst_null
            invokespecial javafx.beans.property.SimpleObjectProperty.<init>:(Ljava/lang/Object;Ljava/lang/String;Ljava/lang/Object;)V
            putfield javafx.stage.Stage.fullScreenExitHint:Ljavafx/beans/property/ObjectProperty;
        12: .line 254
            invokestatic com.sun.javafx.tk.Toolkit.getToolkit:()Lcom/sun/javafx/tk/Toolkit;
            invokevirtual com.sun.javafx.tk.Toolkit.checkFxUserThread:()V
        13: .line 257
            aload 0 /* this */
            aload 1 /* style */
            invokevirtual javafx.stage.Stage.initStyle:(Ljavafx/stage/StageStyle;)V
        14: .line 258
            aload 0 /* this */
            invokestatic com.sun.javafx.stage.StageHelper.initHelper:(Ljavafx/stage/Stage;)V
        15: .line 259
            return
        end local 1 // javafx.stage.StageStyle style
        end local 0 // javafx.stage.Stage this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   16     0   this  Ljavafx/stage/Stage;
            0   16     1  style  Ljavafx/stage/StageStyle;
    RuntimeVisibleParameterAnnotations: 
      0:
        javafx.beans.NamedArg(value = "style", defaultValue = "DECORATED")
    MethodParameters:
       Name  Flags
      style  

  public final void setScene(javafx.scene.Scene);
    descriptor: (Ljavafx/scene/Scene;)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javafx.stage.Stage this
        start local 1 // javafx.scene.Scene value
         0: .line 265
            invokestatic com.sun.javafx.tk.Toolkit.getToolkit:()Lcom/sun/javafx/tk/Toolkit;
            invokevirtual com.sun.javafx.tk.Toolkit.checkFxUserThread:()V
         1: .line 266
            aload 0 /* this */
            aload 1 /* value */
            invokespecial javafx.stage.Window.setScene:(Ljavafx/scene/Scene;)V
         2: .line 267
            return
        end local 1 // javafx.scene.Scene value
        end local 0 // javafx.stage.Stage this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Ljavafx/stage/Stage;
            0    3     1  value  Ljavafx/scene/Scene;
    MethodParameters:
       Name  Flags
      value  

  public final void show();
    descriptor: ()V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.stage.Stage this
         0: .line 273
            aload 0 /* this */
            invokespecial javafx.stage.Window.show:()V
         1: .line 274
            return
        end local 0 // javafx.stage.Stage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljavafx/stage/Stage;

  final void initSecurityDialog(boolean);
    descriptor: (Z)V
    flags: (0x0010) ACC_FINAL
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // javafx.stage.Stage this
        start local 1 // boolean securityDialog
         0: .line 299
            aload 0 /* this */
            getfield javafx.stage.Stage.hasBeenVisible:Z
            ifeq 2
         1: .line 300
            new java.lang.IllegalStateException
            dup
            ldc "Cannot set securityDialog once stage has been set visible"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 303
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* securityDialog */
            putfield javafx.stage.Stage.securityDialog:Z
         3: .line 304
            return
        end local 1 // boolean securityDialog
        end local 0 // javafx.stage.Stage this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    4     0            this  Ljavafx/stage/Stage;
            0    4     1  securityDialog  Z
    MethodParameters:
                Name  Flags
      securityDialog  

  final boolean isSecurityDialog();
    descriptor: ()Z
    flags: (0x0010) ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.stage.Stage this
         0: .line 312
            aload 0 /* this */
            getfield javafx.stage.Stage.securityDialog:Z
            ireturn
        end local 0 // javafx.stage.Stage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/stage/Stage;

  void setPrimary(boolean);
    descriptor: (Z)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javafx.stage.Stage this
        start local 1 // boolean primary
         0: .line 319
            aload 0 /* this */
            iload 1 /* primary */
            putfield javafx.stage.Stage.primary:Z
         1: .line 320
            return
        end local 1 // boolean primary
        end local 0 // javafx.stage.Stage this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Ljavafx/stage/Stage;
            0    2     1  primary  Z
    MethodParameters:
         Name  Flags
      primary  

  boolean isPrimary();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.stage.Stage this
         0: .line 328
            aload 0 /* this */
            getfield javafx.stage.Stage.primary:Z
            ireturn
        end local 0 // javafx.stage.Stage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/stage/Stage;

  void setImportant(boolean);
    descriptor: (Z)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javafx.stage.Stage this
        start local 1 // boolean important
         0: .line 340
            aload 0 /* this */
            iload 1 /* important */
            putfield javafx.stage.Stage.important:Z
         1: .line 341
            return
        end local 1 // boolean important
        end local 0 // javafx.stage.Stage this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Ljavafx/stage/Stage;
            0    2     1  important  Z
    MethodParameters:
           Name  Flags
      important  

  private boolean isImportant();
    descriptor: ()Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.stage.Stage this
         0: .line 344
            aload 0 /* this */
            getfield javafx.stage.Stage.important:Z
            ireturn
        end local 0 // javafx.stage.Stage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/stage/Stage;

  public void showAndWait();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // javafx.stage.Stage this
         0: .line 444
            invokestatic com.sun.javafx.tk.Toolkit.getToolkit:()Lcom/sun/javafx/tk/Toolkit;
            invokevirtual com.sun.javafx.tk.Toolkit.checkFxUserThread:()V
         1: .line 446
            aload 0 /* this */
            invokevirtual javafx.stage.Stage.isPrimary:()Z
            ifeq 3
         2: .line 447
            new java.lang.IllegalStateException
            dup
            ldc "Cannot call this method on primary stage"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 450
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual javafx.stage.Stage.isShowing:()Z
            ifeq 5
         4: .line 451
            new java.lang.IllegalStateException
            dup
            ldc "Stage already visible"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         5: .line 454
      StackMap locals:
      StackMap stack:
            invokestatic com.sun.javafx.tk.Toolkit.getToolkit:()Lcom/sun/javafx/tk/Toolkit;
            invokevirtual com.sun.javafx.tk.Toolkit.canStartNestedEventLoop:()Z
            ifne 7
         6: .line 455
            new java.lang.IllegalStateException
            dup
            ldc "showAndWait is not allowed during animation or layout processing"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         7: .line 461
      StackMap locals:
      StackMap stack:
            getstatic javafx.stage.Stage.$assertionsDisabled:Z
            ifne 8
            aload 0 /* this */
            getfield javafx.stage.Stage.inNestedEventLoop:Z
            ifeq 8
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         8: .line 463
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual javafx.stage.Stage.show:()V
         9: .line 464
            aload 0 /* this */
            iconst_1
            putfield javafx.stage.Stage.inNestedEventLoop:Z
        10: .line 465
            invokestatic com.sun.javafx.tk.Toolkit.getToolkit:()Lcom/sun/javafx/tk/Toolkit;
            aload 0 /* this */
            invokevirtual com.sun.javafx.tk.Toolkit.enterNestedEventLoop:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
        11: .line 466
            return
        end local 0 // javafx.stage.Stage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   12     0  this  Ljavafx/stage/Stage;

  public final void initStyle(javafx.stage.StageStyle);
    descriptor: (Ljavafx/stage/StageStyle;)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // javafx.stage.Stage this
        start local 1 // javafx.stage.StageStyle style
         0: .line 483
            aload 0 /* this */
            getfield javafx.stage.Stage.hasBeenVisible:Z
            ifeq 2
         1: .line 484
            new java.lang.IllegalStateException
            dup
            ldc "Cannot set style once stage has been set visible"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 486
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* style */
            putfield javafx.stage.Stage.style:Ljavafx/stage/StageStyle;
         3: .line 487
            return
        end local 1 // javafx.stage.StageStyle style
        end local 0 // javafx.stage.Stage this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Ljavafx/stage/Stage;
            0    4     1  style  Ljavafx/stage/StageStyle;
    MethodParameters:
       Name  Flags
      style  

  public final javafx.stage.StageStyle getStyle();
    descriptor: ()Ljavafx/stage/StageStyle;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.stage.Stage this
         0: .line 495
            aload 0 /* this */
            getfield javafx.stage.Stage.style:Ljavafx/stage/StageStyle;
            areturn
        end local 0 // javafx.stage.Stage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/stage/Stage;

  public final void initModality(javafx.stage.Modality);
    descriptor: (Ljavafx/stage/Modality;)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // javafx.stage.Stage this
        start local 1 // javafx.stage.Modality modality
         0: .line 515
            aload 0 /* this */
            getfield javafx.stage.Stage.hasBeenVisible:Z
            ifeq 2
         1: .line 516
            new java.lang.IllegalStateException
            dup
            ldc "Cannot set modality once stage has been set visible"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 519
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual javafx.stage.Stage.isPrimary:()Z
            ifeq 4
         3: .line 520
            new java.lang.IllegalStateException
            dup
            ldc "Cannot set modality for the primary stage"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 523
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* modality */
            putfield javafx.stage.Stage.modality:Ljavafx/stage/Modality;
         5: .line 524
            return
        end local 1 // javafx.stage.Modality modality
        end local 0 // javafx.stage.Stage this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Ljavafx/stage/Stage;
            0    6     1  modality  Ljavafx/stage/Modality;
    MethodParameters:
          Name  Flags
      modality  

  public final javafx.stage.Modality getModality();
    descriptor: ()Ljavafx/stage/Modality;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.stage.Stage this
         0: .line 532
            aload 0 /* this */
            getfield javafx.stage.Stage.modality:Ljavafx/stage/Modality;
            areturn
        end local 0 // javafx.stage.Stage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/stage/Stage;

  public final void initOwner(javafx.stage.Window);
    descriptor: (Ljavafx/stage/Window;)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // javafx.stage.Stage this
        start local 1 // javafx.stage.Window owner
         0: .line 551
            aload 0 /* this */
            getfield javafx.stage.Stage.hasBeenVisible:Z
            ifeq 2
         1: .line 552
            new java.lang.IllegalStateException
            dup
            ldc "Cannot set owner once stage has been set visible"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 555
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual javafx.stage.Stage.isPrimary:()Z
            ifeq 4
         3: .line 556
            new java.lang.IllegalStateException
            dup
            ldc "Cannot set owner for the primary stage"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 559
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* owner */
            putfield javafx.stage.Stage.owner:Ljavafx/stage/Window;
         5: .line 561
            aload 0 /* this */
            invokevirtual javafx.stage.Stage.getScene:()Ljavafx/scene/Scene;
            astore 2 /* sceneValue */
        start local 2 // javafx.scene.Scene sceneValue
         6: .line 562
            aload 2 /* sceneValue */
            ifnull 8
         7: .line 563
            aload 2 /* sceneValue */
            invokestatic com.sun.javafx.scene.SceneHelper.parentEffectiveOrientationInvalidated:(Ljavafx/scene/Scene;)V
         8: .line 565
      StackMap locals: javafx.scene.Scene
      StackMap stack:
            return
        end local 2 // javafx.scene.Scene sceneValue
        end local 1 // javafx.stage.Window owner
        end local 0 // javafx.stage.Stage this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    9     0        this  Ljavafx/stage/Stage;
            0    9     1       owner  Ljavafx/stage/Window;
            6    9     2  sceneValue  Ljavafx/scene/Scene;
    MethodParameters:
       Name  Flags
      owner  

  public final javafx.stage.Window getOwner();
    descriptor: ()Ljavafx/stage/Window;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.stage.Stage this
         0: .line 573
            aload 0 /* this */
            getfield javafx.stage.Stage.owner:Ljavafx/stage/Window;
            areturn
        end local 0 // javafx.stage.Stage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/stage/Stage;

  public final void setFullScreen(boolean);
    descriptor: (Z)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javafx.stage.Stage this
        start local 1 // boolean value
         0: .line 655
            invokestatic com.sun.javafx.tk.Toolkit.getToolkit:()Lcom/sun/javafx/tk/Toolkit;
            invokevirtual com.sun.javafx.tk.Toolkit.checkFxUserThread:()V
         1: .line 656
            aload 0 /* this */
            invokevirtual javafx.stage.Stage.fullScreenPropertyImpl:()Ljavafx/beans/property/ReadOnlyBooleanWrapper;
            iload 1 /* value */
            invokevirtual javafx.beans.property.ReadOnlyBooleanWrapper.set:(Z)V
         2: .line 657
            aload 0 /* this */
            invokevirtual javafx.stage.Stage.getPeer:()Lcom/sun/javafx/tk/TKStage;
            ifnull 4
         3: .line 658
            aload 0 /* this */
            invokevirtual javafx.stage.Stage.getPeer:()Lcom/sun/javafx/tk/TKStage;
            iload 1 /* value */
            invokeinterface com.sun.javafx.tk.TKStage.setFullScreen:(Z)V
         4: .line 659
      StackMap locals:
      StackMap stack:
            return
        end local 1 // boolean value
        end local 0 // javafx.stage.Stage this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Ljavafx/stage/Stage;
            0    5     1  value  Z
    MethodParameters:
       Name  Flags
      value  

  public final boolean isFullScreen();
    descriptor: ()Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.stage.Stage this
         0: .line 662
            aload 0 /* this */
            getfield javafx.stage.Stage.fullScreen:Ljavafx/beans/property/ReadOnlyBooleanWrapper;
            ifnonnull 1
            iconst_0
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield javafx.stage.Stage.fullScreen:Ljavafx/beans/property/ReadOnlyBooleanWrapper;
            invokevirtual javafx.beans.property.ReadOnlyBooleanWrapper.get:()Z
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 0 // javafx.stage.Stage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/stage/Stage;

  public final javafx.beans.property.ReadOnlyBooleanProperty fullScreenProperty();
    descriptor: ()Ljavafx/beans/property/ReadOnlyBooleanProperty;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.stage.Stage this
         0: .line 666
            aload 0 /* this */
            invokevirtual javafx.stage.Stage.fullScreenPropertyImpl:()Ljavafx/beans/property/ReadOnlyBooleanWrapper;
            invokevirtual javafx.beans.property.ReadOnlyBooleanWrapper.getReadOnlyProperty:()Ljavafx/beans/property/ReadOnlyBooleanProperty;
            areturn
        end local 0 // javafx.stage.Stage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/stage/Stage;

  private javafx.beans.property.ReadOnlyBooleanWrapper fullScreenPropertyImpl();
    descriptor: ()Ljavafx/beans/property/ReadOnlyBooleanWrapper;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // javafx.stage.Stage this
         0: .line 670
            aload 0 /* this */
            getfield javafx.stage.Stage.fullScreen:Ljavafx/beans/property/ReadOnlyBooleanWrapper;
            ifnonnull 2
         1: .line 671
            aload 0 /* this */
            new javafx.beans.property.ReadOnlyBooleanWrapper
            dup
            aload 0 /* this */
            ldc "fullScreen"
            invokespecial javafx.beans.property.ReadOnlyBooleanWrapper.<init>:(Ljava/lang/Object;Ljava/lang/String;)V
            putfield javafx.stage.Stage.fullScreen:Ljavafx/beans/property/ReadOnlyBooleanWrapper;
         2: .line 673
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javafx.stage.Stage.fullScreen:Ljavafx/beans/property/ReadOnlyBooleanWrapper;
            areturn
        end local 0 // javafx.stage.Stage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/stage/Stage;

  public final javafx.collections.ObservableList<javafx.scene.image.Image> getIcons();
    descriptor: ()Ljavafx/collections/ObservableList;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.stage.Stage this
         0: .line 711
            aload 0 /* this */
            getfield javafx.stage.Stage.icons:Ljavafx/collections/ObservableList;
            areturn
        end local 0 // javafx.stage.Stage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/stage/Stage;
    Signature: ()Ljavafx/collections/ObservableList<Ljavafx/scene/image/Image;>;

  public final void setTitle(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javafx.stage.Stage this
        start local 1 // java.lang.String value
         0: .line 722
            aload 0 /* this */
            invokevirtual javafx.stage.Stage.titleProperty:()Ljavafx/beans/property/StringProperty;
            aload 1 /* value */
            invokevirtual javafx.beans.property.StringProperty.set:(Ljava/lang/Object;)V
         1: .line 723
            return
        end local 1 // java.lang.String value
        end local 0 // javafx.stage.Stage this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Ljavafx/stage/Stage;
            0    2     1  value  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      value  

  public final java.lang.String getTitle();
    descriptor: ()Ljava/lang/String;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.stage.Stage this
         0: .line 726
            aload 0 /* this */
            getfield javafx.stage.Stage.title:Ljavafx/beans/property/StringProperty;
            ifnonnull 1
            aconst_null
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield javafx.stage.Stage.title:Ljavafx/beans/property/StringProperty;
            invokevirtual javafx.beans.property.StringProperty.get:()Ljava/lang/Object;
            checkcast java.lang.String
      StackMap locals:
      StackMap stack: java.lang.String
         2: areturn
        end local 0 // javafx.stage.Stage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/stage/Stage;

  public final javafx.beans.property.StringProperty titleProperty();
    descriptor: ()Ljavafx/beans/property/StringProperty;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // javafx.stage.Stage this
         0: .line 730
            aload 0 /* this */
            getfield javafx.stage.Stage.title:Ljavafx/beans/property/StringProperty;
            ifnonnull 2
         1: .line 731
            aload 0 /* this */
            new javafx.stage.Stage$5
            dup
            aload 0 /* this */
            invokespecial javafx.stage.Stage$5.<init>:(Ljavafx/stage/Stage;)V
            putfield javafx.stage.Stage.title:Ljavafx/beans/property/StringProperty;
         2: .line 751
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javafx.stage.Stage.title:Ljavafx/beans/property/StringProperty;
            areturn
        end local 0 // javafx.stage.Stage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/stage/Stage;

  public final void setIconified(boolean);
    descriptor: (Z)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javafx.stage.Stage this
        start local 1 // boolean value
         0: .line 775
            aload 0 /* this */
            invokevirtual javafx.stage.Stage.iconifiedPropertyImpl:()Ljavafx/beans/property/ReadOnlyBooleanWrapper;
            iload 1 /* value */
            invokevirtual javafx.beans.property.ReadOnlyBooleanWrapper.set:(Z)V
         1: .line 776
            aload 0 /* this */
            invokevirtual javafx.stage.Stage.getPeer:()Lcom/sun/javafx/tk/TKStage;
            ifnull 3
         2: .line 777
            aload 0 /* this */
            invokevirtual javafx.stage.Stage.getPeer:()Lcom/sun/javafx/tk/TKStage;
            iload 1 /* value */
            invokeinterface com.sun.javafx.tk.TKStage.setIconified:(Z)V
         3: .line 778
      StackMap locals:
      StackMap stack:
            return
        end local 1 // boolean value
        end local 0 // javafx.stage.Stage this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Ljavafx/stage/Stage;
            0    4     1  value  Z
    MethodParameters:
       Name  Flags
      value  

  public final boolean isIconified();
    descriptor: ()Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.stage.Stage this
         0: .line 781
            aload 0 /* this */
            getfield javafx.stage.Stage.iconified:Ljavafx/beans/property/ReadOnlyBooleanWrapper;
            ifnonnull 1
            iconst_0
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield javafx.stage.Stage.iconified:Ljavafx/beans/property/ReadOnlyBooleanWrapper;
            invokevirtual javafx.beans.property.ReadOnlyBooleanWrapper.get:()Z
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 0 // javafx.stage.Stage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/stage/Stage;

  public final javafx.beans.property.ReadOnlyBooleanProperty iconifiedProperty();
    descriptor: ()Ljavafx/beans/property/ReadOnlyBooleanProperty;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.stage.Stage this
         0: .line 785
            aload 0 /* this */
            invokevirtual javafx.stage.Stage.iconifiedPropertyImpl:()Ljavafx/beans/property/ReadOnlyBooleanWrapper;
            invokevirtual javafx.beans.property.ReadOnlyBooleanWrapper.getReadOnlyProperty:()Ljavafx/beans/property/ReadOnlyBooleanProperty;
            areturn
        end local 0 // javafx.stage.Stage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/stage/Stage;

  private final javafx.beans.property.ReadOnlyBooleanWrapper iconifiedPropertyImpl();
    descriptor: ()Ljavafx/beans/property/ReadOnlyBooleanWrapper;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // javafx.stage.Stage this
         0: .line 789
            aload 0 /* this */
            getfield javafx.stage.Stage.iconified:Ljavafx/beans/property/ReadOnlyBooleanWrapper;
            ifnonnull 2
         1: .line 790
            aload 0 /* this */
            new javafx.beans.property.ReadOnlyBooleanWrapper
            dup
            aload 0 /* this */
            ldc "iconified"
            invokespecial javafx.beans.property.ReadOnlyBooleanWrapper.<init>:(Ljava/lang/Object;Ljava/lang/String;)V
            putfield javafx.stage.Stage.iconified:Ljavafx/beans/property/ReadOnlyBooleanWrapper;
         2: .line 792
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javafx.stage.Stage.iconified:Ljavafx/beans/property/ReadOnlyBooleanWrapper;
            areturn
        end local 0 // javafx.stage.Stage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/stage/Stage;

  public final void setMaximized(boolean);
    descriptor: (Z)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javafx.stage.Stage this
        start local 1 // boolean value
         0: .line 813
            aload 0 /* this */
            invokevirtual javafx.stage.Stage.maximizedPropertyImpl:()Ljavafx/beans/property/ReadOnlyBooleanWrapper;
            iload 1 /* value */
            invokevirtual javafx.beans.property.ReadOnlyBooleanWrapper.set:(Z)V
         1: .line 814
            aload 0 /* this */
            invokevirtual javafx.stage.Stage.getPeer:()Lcom/sun/javafx/tk/TKStage;
            ifnull 3
         2: .line 815
            aload 0 /* this */
            invokevirtual javafx.stage.Stage.getPeer:()Lcom/sun/javafx/tk/TKStage;
            iload 1 /* value */
            invokeinterface com.sun.javafx.tk.TKStage.setMaximized:(Z)V
         3: .line 817
      StackMap locals:
      StackMap stack:
            return
        end local 1 // boolean value
        end local 0 // javafx.stage.Stage this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Ljavafx/stage/Stage;
            0    4     1  value  Z
    MethodParameters:
       Name  Flags
      value  

  public final boolean isMaximized();
    descriptor: ()Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.stage.Stage this
         0: .line 820
            aload 0 /* this */
            getfield javafx.stage.Stage.maximized:Ljavafx/beans/property/ReadOnlyBooleanWrapper;
            ifnonnull 1
            iconst_0
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield javafx.stage.Stage.maximized:Ljavafx/beans/property/ReadOnlyBooleanWrapper;
            invokevirtual javafx.beans.property.ReadOnlyBooleanWrapper.get:()Z
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 0 // javafx.stage.Stage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/stage/Stage;

  public final javafx.beans.property.ReadOnlyBooleanProperty maximizedProperty();
    descriptor: ()Ljavafx/beans/property/ReadOnlyBooleanProperty;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.stage.Stage this
         0: .line 824
            aload 0 /* this */
            invokevirtual javafx.stage.Stage.maximizedPropertyImpl:()Ljavafx/beans/property/ReadOnlyBooleanWrapper;
            invokevirtual javafx.beans.property.ReadOnlyBooleanWrapper.getReadOnlyProperty:()Ljavafx/beans/property/ReadOnlyBooleanProperty;
            areturn
        end local 0 // javafx.stage.Stage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/stage/Stage;

  private final javafx.beans.property.ReadOnlyBooleanWrapper maximizedPropertyImpl();
    descriptor: ()Ljavafx/beans/property/ReadOnlyBooleanWrapper;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // javafx.stage.Stage this
         0: .line 828
            aload 0 /* this */
            getfield javafx.stage.Stage.maximized:Ljavafx/beans/property/ReadOnlyBooleanWrapper;
            ifnonnull 2
         1: .line 829
            aload 0 /* this */
            new javafx.beans.property.ReadOnlyBooleanWrapper
            dup
            aload 0 /* this */
            ldc "maximized"
            invokespecial javafx.beans.property.ReadOnlyBooleanWrapper.<init>:(Ljava/lang/Object;Ljava/lang/String;)V
            putfield javafx.stage.Stage.maximized:Ljavafx/beans/property/ReadOnlyBooleanWrapper;
         2: .line 831
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javafx.stage.Stage.maximized:Ljavafx/beans/property/ReadOnlyBooleanWrapper;
            areturn
        end local 0 // javafx.stage.Stage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/stage/Stage;

  public final void setAlwaysOnTop(boolean);
    descriptor: (Z)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javafx.stage.Stage this
        start local 1 // boolean value
         0: .line 859
            aload 0 /* this */
            invokevirtual javafx.stage.Stage.alwaysOnTopPropertyImpl:()Ljavafx/beans/property/ReadOnlyBooleanWrapper;
            iload 1 /* value */
            invokevirtual javafx.beans.property.ReadOnlyBooleanWrapper.set:(Z)V
         1: .line 860
            aload 0 /* this */
            invokevirtual javafx.stage.Stage.getPeer:()Lcom/sun/javafx/tk/TKStage;
            ifnull 3
         2: .line 861
            aload 0 /* this */
            invokevirtual javafx.stage.Stage.getPeer:()Lcom/sun/javafx/tk/TKStage;
            iload 1 /* value */
            invokeinterface com.sun.javafx.tk.TKStage.setAlwaysOnTop:(Z)V
         3: .line 863
      StackMap locals:
      StackMap stack:
            return
        end local 1 // boolean value
        end local 0 // javafx.stage.Stage this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Ljavafx/stage/Stage;
            0    4     1  value  Z
    MethodParameters:
       Name  Flags
      value  

  public final boolean isAlwaysOnTop();
    descriptor: ()Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.stage.Stage this
         0: .line 866
            aload 0 /* this */
            getfield javafx.stage.Stage.alwaysOnTop:Ljavafx/beans/property/ReadOnlyBooleanWrapper;
            ifnonnull 1
            iconst_0
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield javafx.stage.Stage.alwaysOnTop:Ljavafx/beans/property/ReadOnlyBooleanWrapper;
            invokevirtual javafx.beans.property.ReadOnlyBooleanWrapper.get:()Z
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 0 // javafx.stage.Stage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/stage/Stage;

  public final javafx.beans.property.ReadOnlyBooleanProperty alwaysOnTopProperty();
    descriptor: ()Ljavafx/beans/property/ReadOnlyBooleanProperty;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.stage.Stage this
         0: .line 870
            aload 0 /* this */
            invokevirtual javafx.stage.Stage.alwaysOnTopPropertyImpl:()Ljavafx/beans/property/ReadOnlyBooleanWrapper;
            invokevirtual javafx.beans.property.ReadOnlyBooleanWrapper.getReadOnlyProperty:()Ljavafx/beans/property/ReadOnlyBooleanProperty;
            areturn
        end local 0 // javafx.stage.Stage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/stage/Stage;

  private javafx.beans.property.ReadOnlyBooleanWrapper alwaysOnTopPropertyImpl();
    descriptor: ()Ljavafx/beans/property/ReadOnlyBooleanWrapper;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // javafx.stage.Stage this
         0: .line 874
            aload 0 /* this */
            getfield javafx.stage.Stage.alwaysOnTop:Ljavafx/beans/property/ReadOnlyBooleanWrapper;
            ifnonnull 2
         1: .line 875
            aload 0 /* this */
            new javafx.beans.property.ReadOnlyBooleanWrapper
            dup
            aload 0 /* this */
            ldc "alwaysOnTop"
            invokespecial javafx.beans.property.ReadOnlyBooleanWrapper.<init>:(Ljava/lang/Object;Ljava/lang/String;)V
            putfield javafx.stage.Stage.alwaysOnTop:Ljavafx/beans/property/ReadOnlyBooleanWrapper;
         2: .line 877
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javafx.stage.Stage.alwaysOnTop:Ljavafx/beans/property/ReadOnlyBooleanWrapper;
            areturn
        end local 0 // javafx.stage.Stage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/stage/Stage;

  public final void setResizable(boolean);
    descriptor: (Z)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javafx.stage.Stage this
        start local 1 // boolean value
         0: .line 899
            aload 0 /* this */
            invokevirtual javafx.stage.Stage.resizableProperty:()Ljavafx/beans/property/BooleanProperty;
            iload 1 /* value */
            invokevirtual javafx.beans.property.BooleanProperty.set:(Z)V
         1: .line 900
            return
        end local 1 // boolean value
        end local 0 // javafx.stage.Stage this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Ljavafx/stage/Stage;
            0    2     1  value  Z
    MethodParameters:
       Name  Flags
      value  

  public final boolean isResizable();
    descriptor: ()Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.stage.Stage this
         0: .line 903
            aload 0 /* this */
            getfield javafx.stage.Stage.resizable:Ljavafx/beans/property/BooleanProperty;
            ifnonnull 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield javafx.stage.Stage.resizable:Ljavafx/beans/property/BooleanProperty;
            invokevirtual javafx.beans.property.BooleanProperty.get:()Z
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 0 // javafx.stage.Stage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/stage/Stage;

  public final javafx.beans.property.BooleanProperty resizableProperty();
    descriptor: ()Ljavafx/beans/property/BooleanProperty;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // javafx.stage.Stage this
         0: .line 907
            aload 0 /* this */
            getfield javafx.stage.Stage.resizable:Ljavafx/beans/property/BooleanProperty;
            ifnonnull 2
         1: .line 908
            aload 0 /* this */
            new javafx.stage.Stage$ResizableProperty
            dup
            aload 0 /* this */
            invokespecial javafx.stage.Stage$ResizableProperty.<init>:(Ljavafx/stage/Stage;)V
            putfield javafx.stage.Stage.resizable:Ljavafx/beans/property/BooleanProperty;
         2: .line 910
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javafx.stage.Stage.resizable:Ljavafx/beans/property/BooleanProperty;
            areturn
        end local 0 // javafx.stage.Stage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/stage/Stage;

  public final void setMinWidth(double);
    descriptor: (D)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // javafx.stage.Stage this
        start local 1 // double value
         0: .line 956
            aload 0 /* this */
            invokevirtual javafx.stage.Stage.minWidthProperty:()Ljavafx/beans/property/DoubleProperty;
            dload 1 /* value */
            invokevirtual javafx.beans.property.DoubleProperty.set:(D)V
         1: .line 957
            return
        end local 1 // double value
        end local 0 // javafx.stage.Stage this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Ljavafx/stage/Stage;
            0    2     1  value  D
    MethodParameters:
       Name  Flags
      value  

  public final double getMinWidth();
    descriptor: ()D
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // javafx.stage.Stage this
         0: .line 960
            aload 0 /* this */
            getfield javafx.stage.Stage.minWidth:Ljavafx/beans/property/DoubleProperty;
            ifnonnull 1
            dconst_0
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield javafx.stage.Stage.minWidth:Ljavafx/beans/property/DoubleProperty;
            invokevirtual javafx.beans.property.DoubleProperty.get:()D
      StackMap locals:
      StackMap stack: double
         2: dreturn
        end local 0 // javafx.stage.Stage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/stage/Stage;

  public final javafx.beans.property.DoubleProperty minWidthProperty();
    descriptor: ()Ljavafx/beans/property/DoubleProperty;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=6, locals=1, args_size=1
        start local 0 // javafx.stage.Stage this
         0: .line 964
            aload 0 /* this */
            getfield javafx.stage.Stage.minWidth:Ljavafx/beans/property/DoubleProperty;
            ifnonnull 2
         1: .line 965
            aload 0 /* this */
            new javafx.stage.Stage$6
            dup
            aload 0 /* this */
            dconst_0
            invokespecial javafx.stage.Stage$6.<init>:(Ljavafx/stage/Stage;D)V
            putfield javafx.stage.Stage.minWidth:Ljavafx/beans/property/DoubleProperty;
         2: .line 989
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javafx.stage.Stage.minWidth:Ljavafx/beans/property/DoubleProperty;
            areturn
        end local 0 // javafx.stage.Stage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/stage/Stage;

  public final void setMinHeight(double);
    descriptor: (D)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // javafx.stage.Stage this
        start local 1 // double value
         0: .line 1001
            aload 0 /* this */
            invokevirtual javafx.stage.Stage.minHeightProperty:()Ljavafx/beans/property/DoubleProperty;
            dload 1 /* value */
            invokevirtual javafx.beans.property.DoubleProperty.set:(D)V
         1: .line 1002
            return
        end local 1 // double value
        end local 0 // javafx.stage.Stage this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Ljavafx/stage/Stage;
            0    2     1  value  D
    MethodParameters:
       Name  Flags
      value  

  public final double getMinHeight();
    descriptor: ()D
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // javafx.stage.Stage this
         0: .line 1005
            aload 0 /* this */
            getfield javafx.stage.Stage.minHeight:Ljavafx/beans/property/DoubleProperty;
            ifnonnull 1
            dconst_0
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield javafx.stage.Stage.minHeight:Ljavafx/beans/property/DoubleProperty;
            invokevirtual javafx.beans.property.DoubleProperty.get:()D
      StackMap locals:
      StackMap stack: double
         2: dreturn
        end local 0 // javafx.stage.Stage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/stage/Stage;

  public final javafx.beans.property.DoubleProperty minHeightProperty();
    descriptor: ()Ljavafx/beans/property/DoubleProperty;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=6, locals=1, args_size=1
        start local 0 // javafx.stage.Stage this
         0: .line 1009
            aload 0 /* this */
            getfield javafx.stage.Stage.minHeight:Ljavafx/beans/property/DoubleProperty;
            ifnonnull 2
         1: .line 1010
            aload 0 /* this */
            new javafx.stage.Stage$7
            dup
            aload 0 /* this */
            dconst_0
            invokespecial javafx.stage.Stage$7.<init>:(Ljavafx/stage/Stage;D)V
            putfield javafx.stage.Stage.minHeight:Ljavafx/beans/property/DoubleProperty;
         2: .line 1035
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javafx.stage.Stage.minHeight:Ljavafx/beans/property/DoubleProperty;
            areturn
        end local 0 // javafx.stage.Stage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/stage/Stage;

  public final void setMaxWidth(double);
    descriptor: (D)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // javafx.stage.Stage this
        start local 1 // double value
         0: .line 1047
            aload 0 /* this */
            invokevirtual javafx.stage.Stage.maxWidthProperty:()Ljavafx/beans/property/DoubleProperty;
            dload 1 /* value */
            invokevirtual javafx.beans.property.DoubleProperty.set:(D)V
         1: .line 1048
            return
        end local 1 // double value
        end local 0 // javafx.stage.Stage this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Ljavafx/stage/Stage;
            0    2     1  value  D
    MethodParameters:
       Name  Flags
      value  

  public final double getMaxWidth();
    descriptor: ()D
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // javafx.stage.Stage this
         0: .line 1051
            aload 0 /* this */
            getfield javafx.stage.Stage.maxWidth:Ljavafx/beans/property/DoubleProperty;
            ifnonnull 1
            ldc 1.7976931348623157E308
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield javafx.stage.Stage.maxWidth:Ljavafx/beans/property/DoubleProperty;
            invokevirtual javafx.beans.property.DoubleProperty.get:()D
      StackMap locals:
      StackMap stack: double
         2: dreturn
        end local 0 // javafx.stage.Stage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/stage/Stage;

  public final javafx.beans.property.DoubleProperty maxWidthProperty();
    descriptor: ()Ljavafx/beans/property/DoubleProperty;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=6, locals=1, args_size=1
        start local 0 // javafx.stage.Stage this
         0: .line 1055
            aload 0 /* this */
            getfield javafx.stage.Stage.maxWidth:Ljavafx/beans/property/DoubleProperty;
            ifnonnull 2
         1: .line 1056
            aload 0 /* this */
            new javafx.stage.Stage$8
            dup
            aload 0 /* this */
            ldc 1.7976931348623157E308
            invokespecial javafx.stage.Stage$8.<init>:(Ljavafx/stage/Stage;D)V
            putfield javafx.stage.Stage.maxWidth:Ljavafx/beans/property/DoubleProperty;
         2: .line 1080
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javafx.stage.Stage.maxWidth:Ljavafx/beans/property/DoubleProperty;
            areturn
        end local 0 // javafx.stage.Stage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/stage/Stage;

  public final void setMaxHeight(double);
    descriptor: (D)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // javafx.stage.Stage this
        start local 1 // double value
         0: .line 1092
            aload 0 /* this */
            invokevirtual javafx.stage.Stage.maxHeightProperty:()Ljavafx/beans/property/DoubleProperty;
            dload 1 /* value */
            invokevirtual javafx.beans.property.DoubleProperty.set:(D)V
         1: .line 1093
            return
        end local 1 // double value
        end local 0 // javafx.stage.Stage this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Ljavafx/stage/Stage;
            0    2     1  value  D
    MethodParameters:
       Name  Flags
      value  

  public final double getMaxHeight();
    descriptor: ()D
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // javafx.stage.Stage this
         0: .line 1096
            aload 0 /* this */
            getfield javafx.stage.Stage.maxHeight:Ljavafx/beans/property/DoubleProperty;
            ifnonnull 1
            ldc 1.7976931348623157E308
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield javafx.stage.Stage.maxHeight:Ljavafx/beans/property/DoubleProperty;
            invokevirtual javafx.beans.property.DoubleProperty.get:()D
      StackMap locals:
      StackMap stack: double
         2: dreturn
        end local 0 // javafx.stage.Stage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/stage/Stage;

  public final javafx.beans.property.DoubleProperty maxHeightProperty();
    descriptor: ()Ljavafx/beans/property/DoubleProperty;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=6, locals=1, args_size=1
        start local 0 // javafx.stage.Stage this
         0: .line 1100
            aload 0 /* this */
            getfield javafx.stage.Stage.maxHeight:Ljavafx/beans/property/DoubleProperty;
            ifnonnull 2
         1: .line 1101
            aload 0 /* this */
            new javafx.stage.Stage$9
            dup
            aload 0 /* this */
            ldc 1.7976931348623157E308
            invokespecial javafx.stage.Stage$9.<init>:(Ljavafx/stage/Stage;D)V
            putfield javafx.stage.Stage.maxHeight:Ljavafx/beans/property/DoubleProperty;
         2: .line 1126
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javafx.stage.Stage.maxHeight:Ljavafx/beans/property/DoubleProperty;
            areturn
        end local 0 // javafx.stage.Stage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/stage/Stage;

  private void doVisibleChanging(boolean);
    descriptor: (Z)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=10, locals=9, args_size=2
        start local 0 // javafx.stage.Stage this
        start local 1 // boolean value
         0: .line 1134
            invokestatic com.sun.javafx.tk.Toolkit.getToolkit:()Lcom/sun/javafx/tk/Toolkit;
            astore 2 /* toolkit */
        start local 2 // com.sun.javafx.tk.Toolkit toolkit
         1: .line 1135
            iload 1 /* value */
            ifeq 29
            aload 0 /* this */
            invokevirtual javafx.stage.Stage.getPeer:()Lcom/sun/javafx/tk/TKStage;
            ifnonnull 29
         2: .line 1137
            aload 0 /* this */
            invokevirtual javafx.stage.Stage.getOwner:()Ljavafx/stage/Window;
            astore 3 /* window */
        start local 3 // javafx.stage.Window window
         3: .line 1138
            aload 3 /* window */
            ifnonnull 4
            aconst_null
            goto 5
      StackMap locals: com.sun.javafx.tk.Toolkit javafx.stage.Window
      StackMap stack:
         4: aload 3 /* window */
            invokevirtual javafx.stage.Window.getPeer:()Lcom/sun/javafx/tk/TKStage;
      StackMap locals:
      StackMap stack: com.sun.javafx.tk.TKStage
         5: astore 4 /* tkStage */
        start local 4 // com.sun.javafx.tk.TKStage tkStage
         6: .line 1139
            aload 0 /* this */
            invokevirtual javafx.stage.Stage.getScene:()Ljavafx/scene/Scene;
            astore 5 /* scene */
        start local 5 // javafx.scene.Scene scene
         7: .line 1140
            aload 5 /* scene */
            ifnull 8
            aload 5 /* scene */
            invokevirtual javafx.scene.Scene.getEffectiveNodeOrientation:()Ljavafx/geometry/NodeOrientation;
            getstatic javafx.geometry.NodeOrientation.RIGHT_TO_LEFT:Ljavafx/geometry/NodeOrientation;
            if_acmpne 8
            iconst_1
            goto 9
      StackMap locals: com.sun.javafx.tk.TKStage javafx.scene.Scene
      StackMap stack:
         8: iconst_0
      StackMap locals:
      StackMap stack: int
         9: istore 6 /* rtl */
        start local 6 // boolean rtl
        10: .line 1142
            aload 0 /* this */
            invokevirtual javafx.stage.Stage.getStyle:()Ljavafx/stage/StageStyle;
            astore 7 /* stageStyle */
        start local 7 // javafx.stage.StageStyle stageStyle
        11: .line 1143
            aload 7 /* stageStyle */
            getstatic javafx.stage.StageStyle.TRANSPARENT:Ljavafx/stage/StageStyle;
            if_acmpne 19
        12: .line 1145
            invokestatic java.lang.System.getSecurityManager:()Ljava/lang/SecurityManager;
        13: .line 1144
            astore 8 /* securityManager */
        start local 8 // java.lang.SecurityManager securityManager
        14: .line 1146
            aload 8 /* securityManager */
            ifnull 19
        15: .line 1148
            aload 8 /* securityManager */
            getstatic com.sun.javafx.FXPermissions.CREATE_TRANSPARENT_WINDOW_PERMISSION:Ljavafx/util/FXPermission;
            invokevirtual java.lang.SecurityManager.checkPermission:(Ljava/security/Permission;)V
        16: .line 1149
            goto 19
      StackMap locals: javafx.stage.Stage int com.sun.javafx.tk.Toolkit javafx.stage.Window com.sun.javafx.tk.TKStage javafx.scene.Scene int javafx.stage.StageStyle java.lang.SecurityManager
      StackMap stack: java.lang.SecurityException
        17: pop
        18: .line 1150
            getstatic javafx.stage.StageStyle.UNDECORATED:Ljavafx/stage/StageStyle;
            astore 7 /* stageStyle */
        end local 8 // java.lang.SecurityManager securityManager
        19: .line 1154
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* toolkit */
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual javafx.stage.Stage.isSecurityDialog:()Z
        20: .line 1155
            aload 7 /* stageStyle */
            aload 0 /* this */
            invokevirtual javafx.stage.Stage.isPrimary:()Z
            aload 0 /* this */
            invokevirtual javafx.stage.Stage.getModality:()Ljavafx/stage/Modality;
            aload 4 /* tkStage */
            iload 6 /* rtl */
            aload 0 /* this */
            getfield javafx.stage.Stage.acc:Ljava/security/AccessControlContext;
        21: .line 1154
            invokevirtual com.sun.javafx.tk.Toolkit.createTKStage:(Ljavafx/stage/Window;ZLjavafx/stage/StageStyle;ZLjavafx/stage/Modality;Lcom/sun/javafx/tk/TKStage;ZLjava/security/AccessControlContext;)Lcom/sun/javafx/tk/TKStage;
            invokevirtual javafx.stage.Stage.setPeer:(Lcom/sun/javafx/tk/TKStage;)V
        22: .line 1156
            aload 0 /* this */
            invokevirtual javafx.stage.Stage.getPeer:()Lcom/sun/javafx/tk/TKStage;
            aload 0 /* this */
            invokevirtual javafx.stage.Stage.getMinWidth:()D
            invokestatic java.lang.Math.ceil:(D)D
            d2i
        23: .line 1157
            aload 0 /* this */
            invokevirtual javafx.stage.Stage.getMinHeight:()D
            invokestatic java.lang.Math.ceil:(D)D
            d2i
        24: .line 1156
            invokeinterface com.sun.javafx.tk.TKStage.setMinimumSize:(II)V
        25: .line 1158
            aload 0 /* this */
            invokevirtual javafx.stage.Stage.getPeer:()Lcom/sun/javafx/tk/TKStage;
            aload 0 /* this */
            invokevirtual javafx.stage.Stage.getMaxWidth:()D
            invokestatic java.lang.Math.floor:(D)D
            d2i
        26: .line 1159
            aload 0 /* this */
            invokevirtual javafx.stage.Stage.getMaxHeight:()D
            invokestatic java.lang.Math.floor:(D)D
            d2i
        27: .line 1158
            invokeinterface com.sun.javafx.tk.TKStage.setMaximumSize:(II)V
        28: .line 1160
            aload 0 /* this */
            new com.sun.javafx.stage.StagePeerListener
            dup
            aload 0 /* this */
            getstatic javafx.stage.Stage.STAGE_ACCESSOR:Lcom/sun/javafx/stage/StagePeerListener$StageAccessor;
            invokespecial com.sun.javafx.stage.StagePeerListener.<init>:(Ljavafx/stage/Stage;Lcom/sun/javafx/stage/StagePeerListener$StageAccessor;)V
            invokevirtual javafx.stage.Stage.setPeerListener:(Lcom/sun/javafx/stage/WindowPeerListener;)V
        end local 7 // javafx.stage.StageStyle stageStyle
        end local 6 // boolean rtl
        end local 5 // javafx.scene.Scene scene
        end local 4 // com.sun.javafx.tk.TKStage tkStage
        end local 3 // javafx.stage.Window window
        29: .line 1162
      StackMap locals: javafx.stage.Stage int com.sun.javafx.tk.Toolkit
      StackMap stack:
            return
        end local 2 // com.sun.javafx.tk.Toolkit toolkit
        end local 1 // boolean value
        end local 0 // javafx.stage.Stage this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   30     0             this  Ljavafx/stage/Stage;
            0   30     1            value  Z
            1   30     2          toolkit  Lcom/sun/javafx/tk/Toolkit;
            3   29     3           window  Ljavafx/stage/Window;
            6   29     4          tkStage  Lcom/sun/javafx/tk/TKStage;
            7   29     5            scene  Ljavafx/scene/Scene;
           10   29     6              rtl  Z
           11   29     7       stageStyle  Ljavafx/stage/StageStyle;
           14   19     8  securityManager  Ljava/lang/SecurityManager;
      Exception table:
        from    to  target  type
          15    16      17  Class java.lang.SecurityException
    MethodParameters:
       Name  Flags
      value  

  private void doVisibleChanged(boolean);
    descriptor: (Z)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=6, args_size=2
        start local 0 // javafx.stage.Stage this
        start local 1 // boolean value
         0: .line 1170
            iload 1 /* value */
            ifeq 16
         1: .line 1172
            aload 0 /* this */
            invokevirtual javafx.stage.Stage.getPeer:()Lcom/sun/javafx/tk/TKStage;
            astore 2 /* peer */
        start local 2 // com.sun.javafx.tk.TKStage peer
         2: .line 1173
            aload 2 /* peer */
            aload 0 /* this */
            invokevirtual javafx.stage.Stage.isImportant:()Z
            invokeinterface com.sun.javafx.tk.TKStage.setImportant:(Z)V
         3: .line 1174
            aload 2 /* peer */
            aload 0 /* this */
            invokevirtual javafx.stage.Stage.isResizable:()Z
            invokeinterface com.sun.javafx.tk.TKStage.setResizable:(Z)V
         4: .line 1175
            aload 2 /* peer */
            aload 0 /* this */
            invokevirtual javafx.stage.Stage.isFullScreen:()Z
            invokeinterface com.sun.javafx.tk.TKStage.setFullScreen:(Z)V
         5: .line 1176
            aload 2 /* peer */
            aload 0 /* this */
            invokevirtual javafx.stage.Stage.isAlwaysOnTop:()Z
            invokeinterface com.sun.javafx.tk.TKStage.setAlwaysOnTop:(Z)V
         6: .line 1177
            aload 2 /* peer */
            aload 0 /* this */
            invokevirtual javafx.stage.Stage.isIconified:()Z
            invokeinterface com.sun.javafx.tk.TKStage.setIconified:(Z)V
         7: .line 1178
            aload 2 /* peer */
            aload 0 /* this */
            invokevirtual javafx.stage.Stage.isMaximized:()Z
            invokeinterface com.sun.javafx.tk.TKStage.setMaximized:(Z)V
         8: .line 1179
            aload 2 /* peer */
            aload 0 /* this */
            invokevirtual javafx.stage.Stage.getTitle:()Ljava/lang/String;
            invokeinterface com.sun.javafx.tk.TKStage.setTitle:(Ljava/lang/String;)V
         9: .line 1181
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 3 /* platformImages */
        start local 3 // java.util.List platformImages
        10: .line 1182
            aload 0 /* this */
            getfield javafx.stage.Stage.icons:Ljavafx/collections/ObservableList;
            invokeinterface javafx.collections.ObservableList.iterator:()Ljava/util/Iterator;
            astore 5
            goto 13
      StackMap locals: javafx.stage.Stage int com.sun.javafx.tk.TKStage java.util.List top java.util.Iterator
      StackMap stack:
        11: aload 5
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast javafx.scene.image.Image
            astore 4 /* icon */
        start local 4 // javafx.scene.image.Image icon
        12: .line 1183
            aload 3 /* platformImages */
            invokestatic com.sun.javafx.tk.Toolkit.getImageAccessor:()Lcom/sun/javafx/tk/Toolkit$ImageAccessor;
            aload 4 /* icon */
            invokeinterface com.sun.javafx.tk.Toolkit$ImageAccessor.getPlatformImage:(Ljavafx/scene/image/Image;)Ljava/lang/Object;
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 4 // javafx.scene.image.Image icon
        13: .line 1182
      StackMap locals:
      StackMap stack:
            aload 5
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 11
        14: .line 1185
            aload 2 /* peer */
            ifnull 16
        15: .line 1186
            aload 2 /* peer */
            aload 3 /* platformImages */
            invokeinterface com.sun.javafx.tk.TKStage.setIcons:(Ljava/util/List;)V
        end local 3 // java.util.List platformImages
        end local 2 // com.sun.javafx.tk.TKStage peer
        16: .line 1190
      StackMap locals: javafx.stage.Stage int
      StackMap stack:
            iload 1 /* value */
            ifne 19
            aload 0 /* this */
            getfield javafx.stage.Stage.inNestedEventLoop:Z
            ifeq 19
        17: .line 1191
            aload 0 /* this */
            iconst_0
            putfield javafx.stage.Stage.inNestedEventLoop:Z
        18: .line 1192
            invokestatic com.sun.javafx.tk.Toolkit.getToolkit:()Lcom/sun/javafx/tk/Toolkit;
            aload 0 /* this */
            aconst_null
            invokevirtual com.sun.javafx.tk.Toolkit.exitNestedEventLoop:(Ljava/lang/Object;Ljava/lang/Object;)V
        19: .line 1194
      StackMap locals:
      StackMap stack:
            return
        end local 1 // boolean value
        end local 0 // javafx.stage.Stage this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   20     0            this  Ljavafx/stage/Stage;
            0   20     1           value  Z
            2   16     2            peer  Lcom/sun/javafx/tk/TKStage;
           10   16     3  platformImages  Ljava/util/List<Ljava/lang/Object;>;
           12   13     4            icon  Ljavafx/scene/image/Image;
    MethodParameters:
       Name  Flags
      value  

  public void toFront();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.stage.Stage this
         0: .line 1201
            aload 0 /* this */
            invokevirtual javafx.stage.Stage.getPeer:()Lcom/sun/javafx/tk/TKStage;
            ifnull 2
         1: .line 1202
            aload 0 /* this */
            invokevirtual javafx.stage.Stage.getPeer:()Lcom/sun/javafx/tk/TKStage;
            invokeinterface com.sun.javafx.tk.TKStage.toFront:()V
         2: .line 1204
      StackMap locals:
      StackMap stack:
            return
        end local 0 // javafx.stage.Stage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/stage/Stage;

  public void toBack();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.stage.Stage this
         0: .line 1213
            aload 0 /* this */
            invokevirtual javafx.stage.Stage.getPeer:()Lcom/sun/javafx/tk/TKStage;
            ifnull 2
         1: .line 1214
            aload 0 /* this */
            invokevirtual javafx.stage.Stage.getPeer:()Lcom/sun/javafx/tk/TKStage;
            invokeinterface com.sun.javafx.tk.TKStage.toBack:()V
         2: .line 1216
      StackMap locals:
      StackMap stack:
            return
        end local 0 // javafx.stage.Stage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/stage/Stage;

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.stage.Stage this
         0: .line 1223
            aload 0 /* this */
            invokevirtual javafx.stage.Stage.hide:()V
         1: .line 1224
            return
        end local 0 // javafx.stage.Stage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljavafx/stage/Stage;

  javafx.stage.Window getWindowOwner();
    descriptor: ()Ljavafx/stage/Window;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.stage.Stage this
         0: .line 1228
            aload 0 /* this */
            invokevirtual javafx.stage.Stage.getOwner:()Ljavafx/stage/Window;
            areturn
        end local 0 // javafx.stage.Stage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/stage/Stage;

  public final void setFullScreenExitKeyCombination(javafx.scene.input.KeyCombination);
    descriptor: (Ljavafx/scene/input/KeyCombination;)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javafx.stage.Stage this
        start local 1 // javafx.scene.input.KeyCombination keyCombination
         0: .line 1254
            aload 0 /* this */
            getfield javafx.stage.Stage.fullScreenExitCombination:Ljavafx/beans/property/ObjectProperty;
            aload 1 /* keyCombination */
            invokevirtual javafx.beans.property.ObjectProperty.set:(Ljava/lang/Object;)V
         1: .line 1255
            return
        end local 1 // javafx.scene.input.KeyCombination keyCombination
        end local 0 // javafx.stage.Stage this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Ljavafx/stage/Stage;
            0    2     1  keyCombination  Ljavafx/scene/input/KeyCombination;
    MethodParameters:
                Name  Flags
      keyCombination  

  public final javafx.scene.input.KeyCombination getFullScreenExitKeyCombination();
    descriptor: ()Ljavafx/scene/input/KeyCombination;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.stage.Stage this
         0: .line 1263
            aload 0 /* this */
            getfield javafx.stage.Stage.fullScreenExitCombination:Ljavafx/beans/property/ObjectProperty;
            invokevirtual javafx.beans.property.ObjectProperty.get:()Ljava/lang/Object;
            checkcast javafx.scene.input.KeyCombination
            areturn
        end local 0 // javafx.stage.Stage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/stage/Stage;

  public final javafx.beans.property.ObjectProperty<javafx.scene.input.KeyCombination> fullScreenExitKeyProperty();
    descriptor: ()Ljavafx/beans/property/ObjectProperty;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.stage.Stage this
         0: .line 1272
            aload 0 /* this */
            getfield javafx.stage.Stage.fullScreenExitCombination:Ljavafx/beans/property/ObjectProperty;
            areturn
        end local 0 // javafx.stage.Stage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/stage/Stage;
    Signature: ()Ljavafx/beans/property/ObjectProperty<Ljavafx/scene/input/KeyCombination;>;

  public final void setFullScreenExitHint(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javafx.stage.Stage this
        start local 1 // java.lang.String value
         0: .line 1295
            aload 0 /* this */
            getfield javafx.stage.Stage.fullScreenExitHint:Ljavafx/beans/property/ObjectProperty;
            aload 1 /* value */
            invokevirtual javafx.beans.property.ObjectProperty.set:(Ljava/lang/Object;)V
         1: .line 1296
            return
        end local 1 // java.lang.String value
        end local 0 // javafx.stage.Stage this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Ljavafx/stage/Stage;
            0    2     1  value  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      value  

  public final java.lang.String getFullScreenExitHint();
    descriptor: ()Ljava/lang/String;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.stage.Stage this
         0: .line 1299
            aload 0 /* this */
            getfield javafx.stage.Stage.fullScreenExitHint:Ljavafx/beans/property/ObjectProperty;
            invokevirtual javafx.beans.property.ObjectProperty.get:()Ljava/lang/Object;
            checkcast java.lang.String
            areturn
        end local 0 // javafx.stage.Stage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/stage/Stage;

  public final javafx.beans.property.ObjectProperty<java.lang.String> fullScreenExitHintProperty();
    descriptor: ()Ljavafx/beans/property/ObjectProperty;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.stage.Stage this
         0: .line 1303
            aload 0 /* this */
            getfield javafx.stage.Stage.fullScreenExitHint:Ljavafx/beans/property/ObjectProperty;
            areturn
        end local 0 // javafx.stage.Stage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/stage/Stage;
    Signature: ()Ljavafx/beans/property/ObjectProperty<Ljava/lang/String;>;
}
SourceFile: "Stage.java"
NestMembers:
  javafx.stage.Stage$1  javafx.stage.Stage$2  javafx.stage.Stage$3  javafx.stage.Stage$4  javafx.stage.Stage$5  javafx.stage.Stage$6  javafx.stage.Stage$7  javafx.stage.Stage$8  javafx.stage.Stage$9  javafx.stage.Stage$ResizableProperty
InnerClasses:
  public abstract StageAccessor = com.sun.javafx.stage.StageHelper$StageAccessor of com.sun.javafx.stage.StageHelper
  public abstract StageAccessor = com.sun.javafx.stage.StagePeerListener$StageAccessor of com.sun.javafx.stage.StagePeerListener
  public abstract ImageAccessor = com.sun.javafx.tk.Toolkit$ImageAccessor of com.sun.javafx.tk.Toolkit
  javafx.stage.Stage$1
  javafx.stage.Stage$2
  javafx.stage.Stage$3
  javafx.stage.Stage$4
  javafx.stage.Stage$5
  javafx.stage.Stage$6
  javafx.stage.Stage$7
  javafx.stage.Stage$8
  javafx.stage.Stage$9
  private ResizableProperty = javafx.stage.Stage$ResizableProperty of javafx.stage.Stage