文档

Java™ 教程-Java Tutorials 中文版
添加剪切,复制和粘贴(CCP)
Trail: Creating a GUI With JFC/Swing
Lesson: Drag and Drop and Data Transfer

添加剪切,复制和粘贴(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