home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Computer Shopper 144
/
DPCS0200.iso
/
Internet
/
Supanet
/
system
/
swing.jar
/
javax
/
swing
/
plaf
/
metal
/
MetalFileChooserUI$2.class
(
.txt
)
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Java Class File
|
1998-11-05
|
463 b
|
16 lines
package javax.swing.plaf.metal;
import java.awt.Dimension;
import javax.swing.JButton;
final class MetalFileChooserUI$2 extends JButton {
// $FF: synthetic method
MetalFileChooserUI$2(String var1) {
super(var1);
}
public Dimension getMaximumSize() {
return new Dimension(32767, 32767);
}
}