Name: rm29839 Date: 07/16/98
The Javadoc documentation for methods JTextComponent.cut,
copy, and paste should refer the reader to method
Toolkit.getSystemClipboard and/or class Clipboard.
(The cut/copy/paste document does refer to "the
system clipboard", but since the document is
indexed only by Java identifiers, that reference
is not sufficient for finding additional information.
For example, I found Toolkit.getSystemClipboard
only after looking at the JTextComponent source
code.)
(Review ID: 35213)
======================================================================