home *** CD-ROM | disk | FTP | other *** search
- package asp.netobjects.nfx.wizard;
-
- import com.sun.java.swing.JButton;
- import java.awt.Dimension;
-
- class WizardView$WizardButton extends JButton {
- // $FF: synthetic field
- private final WizardView this$0;
-
- WizardView$WizardButton(WizardView this$0, String title) {
- super(title);
- this.this$0 = this$0;
- this.this$0 = this$0;
- }
-
- public Dimension getPreferredSize() {
- return new Dimension(80, 23);
- }
-
- public Dimension getMinimumSize() {
- return new Dimension(80, 23);
- }
-
- public Dimension getMaximumSize() {
- return new Dimension(80, 23);
- }
- }
-