Documentation

The Java™ Tutorials
Hide TOC
Adding Cut, Copy and Paste (CCP)
Trail: Creating a GUI With Swing
Lesson: Drag and Drop and Data Transfer

Adding Cut, Copy and Paste (CCP)

So far our discussion has centered mostly around drag and drop support. However, it is an easy matter to hook up cut or copy or paste (ccp) to a transfer handler. This requires the following steps:

Next we look at a cut and paste example that feature a text component.


Previous page: Top-Level Drop
Next page: CCP in a Text Component