2015 | OriginalPaper | Chapter
9. Adding Cut-and-Paste Functionality
Published in:
Pro Java 8 Programming
Abstract
Cut-and-paste functionality is extremely useful because it allows you to transfer data between user interface components and even between different applications. In general, cut-and-paste operations are performed on components that support the concept of a selection, and the operations are initiated by the keyboard and performed for the component that currently has the input focus.