home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 2003 March / DPPCPRO0303.ISO / Components / Microsoft ASP / _SETUP.1 / ASPWizard.jar / asp / netobjects / nfx / wizard / WizardView$WizardButton.class (.txt) < prev   
Encoding:
Java Class File  |  1998-11-20  |  1.1 KB  |  28 lines

  1. package asp.netobjects.nfx.wizard;
  2.  
  3. import com.sun.java.swing.JButton;
  4. import java.awt.Dimension;
  5.  
  6. class WizardView$WizardButton extends JButton {
  7.    // $FF: synthetic field
  8.    private final WizardView this$0;
  9.  
  10.    WizardView$WizardButton(WizardView this$0, String title) {
  11.       super(title);
  12.       this.this$0 = this$0;
  13.       this.this$0 = this$0;
  14.    }
  15.  
  16.    public Dimension getPreferredSize() {
  17.       return new Dimension(80, 23);
  18.    }
  19.  
  20.    public Dimension getMinimumSize() {
  21.       return new Dimension(80, 23);
  22.    }
  23.  
  24.    public Dimension getMaximumSize() {
  25.       return new Dimension(80, 23);
  26.    }
  27. }
  28.