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 / plaf / metal / MetalComboBoxUI$MetalComboBoxLayoutManager.class (.txt) < prev    next >
Encoding:
Java Class File  |  1979-12-31  |  840 b   |  23 lines

  1. package javax.swing.plaf.metal;
  2.  
  3. import java.awt.Container;
  4. import javax.swing.plaf.basic.BasicComboBoxUI;
  5.  
  6. public class MetalComboBoxUI$MetalComboBoxLayoutManager extends BasicComboBoxUI.ComboBoxLayoutManager {
  7.    // $FF: synthetic field
  8.    private final MetalComboBoxUI this$0;
  9.  
  10.    public MetalComboBoxUI$MetalComboBoxLayoutManager(MetalComboBoxUI var1) {
  11.       super(var1);
  12.       this.this$0 = var1;
  13.    }
  14.  
  15.    public void layoutContainer(Container var1) {
  16.       this.this$0.layoutComboBox(var1, this);
  17.    }
  18.  
  19.    public void superLayout(Container var1) {
  20.       super.layoutContainer(var1);
  21.    }
  22. }
  23.