home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 144 / DPCS0200.iso / Internet / Supanet / system / swing.jar / javax / swing / plaf / metal / MetalComboBoxUI$MetalComboBoxLayoutManager.class (.txt) < prev    next >
Encoding:
Java Class File  |  1998-11-05  |  886 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.