Spec-Zone .ru
спецификации, руководства, описания, API
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.


Problems with the examples? Try Compiling and Running the Examples: FAQs.
Complaints? Compliments? Suggestions? Give us your feedback.

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