home *** CD-ROM | disk | FTP | other *** search
/ CD Actual Thematic 7: Programming / CDAT7.iso / demos / VisualAge for Java 2.0 Entry / setup / data1.cab / ide-e / IDE / cache / 1EFTPFJ (.txt) < prev    next >
Encoding:
Java Class File  |  1998-09-16  |  621 b   |  16 lines

  1. package com.sun.java.swing.plaf.metal;
  2.  
  3. import com.sun.java.swing.JButton;
  4. import java.awt.Dimension;
  5.  
  6. class MetalFileChooserUI$2 extends JButton {
  7.    public Dimension getMaximumSize() {
  8.       return new Dimension(32767, 32767);
  9.    }
  10.  
  11.    // $FF: synthetic method
  12.    MetalFileChooserUI$2(String unnamedArg$1) {
  13.       super(unnamedArg$1);
  14.    }
  15. }
  16.