public final class ClipboardPoker
extends java.lang.Object
Constructor and Description |
---|
ClipboardPoker() |
public static java.lang.String getClip(java.awt.Component owner)
owner
- this Applet containing the clipboard.public static void setClip(java.lang.String s, java.awt.Component owner)
s
- new contents of clipboard, may be null or "". Not legal in an unsigned Applet.owner
- this Applet containing the clipboard.