Duplicate :
|
|
Relates :
|
Name: bb33257 Date: 02/05/99 StringSelection supports the DataFlavor.plainTextFlavor data flavor. The docs for plainTextFlavor say that the data should be represented with an InputStream; however, StringSelection represents this data flavor with a StringReader. Either the docs should change, or StringReader's implementation should change. (Review ID: 53826) ======================================================================