public class Paste
extends java.lang.Object
implements java.awt.event.ActionListener
| Constructor and Description |
|---|
Paste() |
| Modifier and Type | Method and Description |
|---|---|
void |
actionPerformed(java.awt.event.ActionEvent e)
Get content of the system clipboard and insert it at caret
position.
|