home *** CD-ROM | disk | FTP | other *** search
/ S283 Planetary Science &n…he Search for Life DVD 2 / DVD-ROM.iso / install / jre1_3 / lib / rt.jar / javax / swing / JRootPane$1.class (.txt) < prev    next >
Encoding:
Java Class File  |  1979-12-31  |  406 b   |  22 lines

  1. package javax.swing;
  2.  
  3. import java.awt.BorderLayout;
  4. import java.awt.Component;
  5.  
  6. class JRootPane$1 extends BorderLayout {
  7.    // $FF: synthetic field
  8.    private final JRootPane this$0;
  9.  
  10.    JRootPane$1(JRootPane var1) {
  11.       this.this$0 = var1;
  12.    }
  13.  
  14.    public void addLayoutComponent(Component var1, Object var2) {
  15.       if (var2 == null) {
  16.          var2 = "Center";
  17.       }
  18.  
  19.       super.addLayoutComponent(var1, var2);
  20.    }
  21. }
  22.