home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
S283 Planetary Science &n…he Search for Life DVD 2
/
DVD-ROM.iso
/
kepler
/
kepler.jar
/
WButton.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
|
2002-10-21
|
521 b
|
14 lines
import java.awt.Button;
import java.awt.Component;
public class WButton extends Button {
public WButton() {
this("");
}
public WButton(String var1) {
super(var1);
((Component)this).addKeyListener(new WButton$1(this, this));
}
}