class javafx.embed.swing.JFXPanel$1 implements com.sun.javafx.application.PlatformImpl$FinishListener
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: javafx.embed.swing.JFXPanel$1
  super_class: java.lang.Object
{
  final javafx.embed.swing.JFXPanel this$0;
    descriptor: Ljavafx/embed/swing/JFXPanel;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(javafx.embed.swing.JFXPanel);
    descriptor: (Ljavafx/embed/swing/JFXPanel;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javafx.embed.swing.JFXPanel$1 this
         0: .line 191
            aload 0 /* this */
            aload 1
            putfield javafx.embed.swing.JFXPanel$1.this$0:Ljavafx/embed/swing/JFXPanel;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // javafx.embed.swing.JFXPanel$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/embed/swing/JFXPanel$1;
    MethodParameters:
        Name  Flags
      this$0  final

  public void idle(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // javafx.embed.swing.JFXPanel$1 this
        start local 1 // boolean implicitExit
         0: .line 193
            return
        end local 1 // boolean implicitExit
        end local 0 // javafx.embed.swing.JFXPanel$1 this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0          this  Ljavafx/embed/swing/JFXPanel$1;
            0    1     1  implicitExit  Z
    MethodParameters:
              Name  Flags
      implicitExit  

  public void exitCalled();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // javafx.embed.swing.JFXPanel$1 this
         0: .line 195
            return
        end local 0 // javafx.embed.swing.JFXPanel$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/embed/swing/JFXPanel$1;
}
SourceFile: "JFXPanel.java"
EnclosingMethod: javafx.embed.swing.JFXPanel.registerFinishListener:()V
NestHost: javafx.embed.swing.JFXPanel
InnerClasses:
  public abstract FinishListener = com.sun.javafx.application.PlatformImpl$FinishListener of com.sun.javafx.application.PlatformImpl
  javafx.embed.swing.JFXPanel$1