Trail: Creating a GUI with JFC/Swing
Lesson: Drag and Drop and Data Transfer
Adding Cut, Copy and Paste (CCP)
Home Page > Creating a GUI with JFC/Swing > 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