public class com.sun.javafx.embed.swing.SwingFXUtilsImpl
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.javafx.embed.swing.SwingFXUtilsImpl
  super_class: java.lang.Object
{
  private static com.sun.javafx.embed.swing.SwingFXUtilsImplInterop swFXUtilIOP;
    descriptor: Lcom/sun/javafx/embed/swing/SwingFXUtilsImplInterop;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=2, args_size=0
         0: .line 37
            aconst_null
            astore 0 /* iopFactoryInstance */
        start local 0 // com.sun.javafx.embed.swing.InteropFactory iopFactoryInstance
         1: .line 39
            invokestatic com.sun.javafx.embed.swing.InteropFactory.getInstance:()Lcom/sun/javafx/embed/swing/InteropFactory;
            astore 0 /* iopFactoryInstance */
         2: .line 40
            goto 5
      StackMap locals: com.sun.javafx.embed.swing.InteropFactory
      StackMap stack: java.lang.Exception
         3: astore 1 /* e */
        start local 1 // java.lang.Exception e
         4: .line 41
            new java.lang.ExceptionInInitializerError
            dup
            aload 1 /* e */
            invokespecial java.lang.ExceptionInInitializerError.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 1 // java.lang.Exception e
         5: .line 43
      StackMap locals:
      StackMap stack:
            aload 0 /* iopFactoryInstance */
            invokevirtual com.sun.javafx.embed.swing.InteropFactory.createSwingFXUtilsImpl:()Lcom/sun/javafx/embed/swing/SwingFXUtilsImplInterop;
            putstatic com.sun.javafx.embed.swing.SwingFXUtilsImpl.swFXUtilIOP:Lcom/sun/javafx/embed/swing/SwingFXUtilsImplInterop;
        end local 0 // com.sun.javafx.embed.swing.InteropFactory iopFactoryInstance
         6: .line 44
            return
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            1    6     0  iopFactoryInstance  Lcom/sun/javafx/embed/swing/InteropFactory;
            4    5     1                   e  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           1     2       3  Class java.lang.Exception

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.javafx.embed.swing.SwingFXUtilsImpl this
         0: .line 32
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.sun.javafx.embed.swing.SwingFXUtilsImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/javafx/embed/swing/SwingFXUtilsImpl;

  private static java.awt.EventQueue getEventQueue();
    descriptor: ()Ljava/awt/EventQueue;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 48
            invokedynamic run()Ljava/security/PrivilegedAction;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  ()Ljava/lang/Object;
                  com/sun/javafx/embed/swing/SwingFXUtilsImpl.lambda$0()Ljava/awt/EventQueue; (6)
                  ()Ljava/awt/EventQueue;
         1: .line 47
            invokestatic java.security.AccessController.doPrivileged:(Ljava/security/PrivilegedAction;)Ljava/lang/Object;
            checkcast java.awt.EventQueue
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static void installFwEventQueue();
    descriptor: ()V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 53
            getstatic com.sun.javafx.embed.swing.SwingFXUtilsImpl.swFXUtilIOP:Lcom/sun/javafx/embed/swing/SwingFXUtilsImplInterop;
            invokestatic com.sun.javafx.embed.swing.SwingFXUtilsImpl.getEventQueue:()Ljava/awt/EventQueue;
            invokevirtual com.sun.javafx.embed.swing.SwingFXUtilsImplInterop.setFwDispatcher:(Ljava/awt/EventQueue;)V
         1: .line 54
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static void removeFwEventQueue();
    descriptor: ()V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 58
            getstatic com.sun.javafx.embed.swing.SwingFXUtilsImpl.swFXUtilIOP:Lcom/sun/javafx/embed/swing/SwingFXUtilsImplInterop;
            invokestatic com.sun.javafx.embed.swing.SwingFXUtilsImpl.getEventQueue:()Ljava/awt/EventQueue;
            invokevirtual com.sun.javafx.embed.swing.SwingFXUtilsImplInterop.setFwDispatcher:(Ljava/awt/EventQueue;)V
         1: .line 59
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private static java.awt.EventQueue lambda$0();
    descriptor: ()Ljava/awt/EventQueue;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 48
            invokestatic java.awt.Toolkit.getDefaultToolkit:()Ljava/awt/Toolkit;
            invokevirtual java.awt.Toolkit.getSystemEventQueue:()Ljava/awt/EventQueue;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "SwingFXUtilsImpl.java"
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles