home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
S283 Planetary Science &n…he Search for Life DVD 2
/
DVD-ROM.iso
/
install
/
jre1_3
/
lib
/
rt.jar
/
javax
/
swing
/
text
/
DefaultEditorKit$CopyAction.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
|
1979-12-31
|
544 b
|
18 lines
package javax.swing.text;
import java.awt.event.ActionEvent;
public class DefaultEditorKit$CopyAction extends TextAction {
public DefaultEditorKit$CopyAction() {
super("copy-to-clipboard");
}
public void actionPerformed(ActionEvent var1) {
JTextComponent var2 = ((TextAction)this).getTextComponent(var1);
if (var2 != null) {
var2.copy();
}
}
}