public class javax.swing.plaf.basic.BasicViewportUI extends javax.swing.plaf.ViewportUI
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: javax.swing.plaf.basic.BasicViewportUI
  super_class: javax.swing.plaf.ViewportUI
{
  private static javax.swing.plaf.ViewportUI viewportUI;
    descriptor: Ljavax/swing/plaf/ViewportUI;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javax.swing.plaf.basic.BasicViewportUI this
         0: .line 41
            aload 0 /* this */
            invokespecial javax.swing.plaf.ViewportUI.<init>:()V
            return
        end local 0 // javax.swing.plaf.basic.BasicViewportUI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/swing/plaf/basic/BasicViewportUI;

  public static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent);
    descriptor: (Ljavax/swing/JComponent;)Ljavax/swing/plaf/ComponentUI;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // javax.swing.JComponent c
         0: .line 53
            getstatic javax.swing.plaf.basic.BasicViewportUI.viewportUI:Ljavax/swing/plaf/ViewportUI;
            ifnonnull 2
         1: .line 54
            new javax.swing.plaf.basic.BasicViewportUI
            dup
            invokespecial javax.swing.plaf.basic.BasicViewportUI.<init>:()V
            putstatic javax.swing.plaf.basic.BasicViewportUI.viewportUI:Ljavax/swing/plaf/ViewportUI;
         2: .line 56
      StackMap locals:
      StackMap stack:
            getstatic javax.swing.plaf.basic.BasicViewportUI.viewportUI:Ljavax/swing/plaf/ViewportUI;
            areturn
        end local 0 // javax.swing.JComponent c
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0     c  Ljavax/swing/JComponent;
    MethodParameters:
      Name  Flags
      c     

  public void installUI(javax.swing.JComponent);
    descriptor: (Ljavax/swing/JComponent;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javax.swing.plaf.basic.BasicViewportUI this
        start local 1 // javax.swing.JComponent c
         0: .line 60
            aload 0 /* this */
            aload 1 /* c */
            invokespecial javax.swing.plaf.ViewportUI.installUI:(Ljavax/swing/JComponent;)V
         1: .line 61
            aload 0 /* this */
            aload 1 /* c */
            invokevirtual javax.swing.plaf.basic.BasicViewportUI.installDefaults:(Ljavax/swing/JComponent;)V
         2: .line 62
            return
        end local 1 // javax.swing.JComponent c
        end local 0 // javax.swing.plaf.basic.BasicViewportUI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavax/swing/plaf/basic/BasicViewportUI;
            0    3     1     c  Ljavax/swing/JComponent;
    MethodParameters:
      Name  Flags
      c     

  public void uninstallUI(javax.swing.JComponent);
    descriptor: (Ljavax/swing/JComponent;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javax.swing.plaf.basic.BasicViewportUI this
        start local 1 // javax.swing.JComponent c
         0: .line 65
            aload 0 /* this */
            aload 1 /* c */
            invokevirtual javax.swing.plaf.basic.BasicViewportUI.uninstallDefaults:(Ljavax/swing/JComponent;)V
         1: .line 66
            aload 0 /* this */
            aload 1 /* c */
            invokespecial javax.swing.plaf.ViewportUI.uninstallUI:(Ljavax/swing/JComponent;)V
         2: .line 67
            return
        end local 1 // javax.swing.JComponent c
        end local 0 // javax.swing.plaf.basic.BasicViewportUI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavax/swing/plaf/basic/BasicViewportUI;
            0    3     1     c  Ljavax/swing/JComponent;
    MethodParameters:
      Name  Flags
      c     

  protected void installDefaults(javax.swing.JComponent);
    descriptor: (Ljavax/swing/JComponent;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // javax.swing.plaf.basic.BasicViewportUI this
        start local 1 // javax.swing.JComponent c
         0: .line 75
            aload 1 /* c */
         1: .line 76
            ldc "Viewport.background"
         2: .line 77
            ldc "Viewport.foreground"
         3: .line 78
            ldc "Viewport.font"
         4: .line 75
            invokestatic javax.swing.LookAndFeel.installColorsAndFont:(Ljavax/swing/JComponent;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
         5: .line 79
            aload 1 /* c */
            ldc "opaque"
            getstatic java.lang.Boolean.TRUE:Ljava/lang/Boolean;
            invokestatic javax.swing.LookAndFeel.installProperty:(Ljavax/swing/JComponent;Ljava/lang/String;Ljava/lang/Object;)V
         6: .line 80
            return
        end local 1 // javax.swing.JComponent c
        end local 0 // javax.swing.plaf.basic.BasicViewportUI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Ljavax/swing/plaf/basic/BasicViewportUI;
            0    7     1     c  Ljavax/swing/JComponent;
    MethodParameters:
      Name  Flags
      c     

  protected void uninstallDefaults(javax.swing.JComponent);
    descriptor: (Ljavax/swing/JComponent;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // javax.swing.plaf.basic.BasicViewportUI this
        start local 1 // javax.swing.JComponent c
         0: .line 88
            return
        end local 1 // javax.swing.JComponent c
        end local 0 // javax.swing.plaf.basic.BasicViewportUI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/swing/plaf/basic/BasicViewportUI;
            0    1     1     c  Ljavax/swing/JComponent;
    MethodParameters:
      Name  Flags
      c     
}
SourceFile: "BasicViewportUI.java"