public class javafx.application.Preloader$ProgressNotification implements javafx.application.Preloader$PreloaderNotification
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: javafx.application.Preloader$ProgressNotification
  super_class: java.lang.Object
{
  private final double progress;
    descriptor: D
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.String details;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(double);
    descriptor: (D)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // javafx.application.Preloader$ProgressNotification this
        start local 1 // double progress
         0: .line 303
            aload 0 /* this */
            dload 1 /* progress */
            ldc ""
            invokespecial javafx.application.Preloader$ProgressNotification.<init>:(DLjava/lang/String;)V
         1: .line 304
            return
        end local 1 // double progress
        end local 0 // javafx.application.Preloader$ProgressNotification this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Ljavafx/application/Preloader$ProgressNotification;
            0    2     1  progress  D
    MethodParameters:
          Name  Flags
      progress  

  private void <init>(double, java.lang.String);
    descriptor: (DLjava/lang/String;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // javafx.application.Preloader$ProgressNotification this
        start local 1 // double progress
        start local 3 // java.lang.String details
         0: .line 318
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 319
            aload 0 /* this */
            dload 1 /* progress */
            putfield javafx.application.Preloader$ProgressNotification.progress:D
         2: .line 320
            aload 0 /* this */
            aload 3 /* details */
            putfield javafx.application.Preloader$ProgressNotification.details:Ljava/lang/String;
         3: .line 321
            return
        end local 3 // java.lang.String details
        end local 1 // double progress
        end local 0 // javafx.application.Preloader$ProgressNotification this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Ljavafx/application/Preloader$ProgressNotification;
            0    4     1  progress  D
            0    4     3   details  Ljava/lang/String;
    MethodParameters:
          Name  Flags
      progress  
      details   

  public double getProgress();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // javafx.application.Preloader$ProgressNotification this
         0: .line 330
            aload 0 /* this */
            getfield javafx.application.Preloader$ProgressNotification.progress:D
            dreturn
        end local 0 // javafx.application.Preloader$ProgressNotification this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/application/Preloader$ProgressNotification;

  private java.lang.String getDetails();
    descriptor: ()Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.application.Preloader$ProgressNotification this
         0: .line 339
            aload 0 /* this */
            getfield javafx.application.Preloader$ProgressNotification.details:Ljava/lang/String;
            areturn
        end local 0 // javafx.application.Preloader$ProgressNotification this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/application/Preloader$ProgressNotification;
}
SourceFile: "Preloader.java"
NestHost: javafx.application.Preloader
InnerClasses:
  public abstract PreloaderNotification = javafx.application.Preloader$PreloaderNotification of javafx.application.Preloader
  public ProgressNotification = javafx.application.Preloader$ProgressNotification of javafx.application.Preloader