/*
* Return a JTextArea usable in the CellPopupDialog
* and fill in the value.
*/
public JTextArea getJTextArea(Object value) {
_textComponent = new RestorableJTextArea();
// value is a simple string representation of the data,
// but NOT the same one used in the Text and in-cell operations.
// The in-cell version may replace newline chars with "\n" while this version
// does not. In other respects it is the same as the in-cell version because both