> I am trying to copy the content(image) from a clipboard to an
> appletviewer. How can I do this?
What did you so far, and where did you get stuck?
* Did you already read the the API docs ?
(a good starting point is class java.awt.datatransfer.Clipboard)
* Did you already search the web for examples?
I googled for
Clipboard Image Java
and got quite good code examples.
By the way: Using an applet for your goal probably not a wise thing, because
the appletviewer's security manager will deny clipboard access.

Signature
Thomas