public class Cut
extends java.lang.Object
implements java.awt.event.ActionListener
| Constructor and Description |
|---|
Cut() |
| Modifier and Type | Method and Description |
|---|---|
void |
actionPerformed(java.awt.event.ActionEvent e)
Copy current selection into the system clipboard, then
delete the selected text.
|