Name: vsC58871 Date: 08/05/98
1. Javadoc comment for method getTreeCellRendererComponent()
says that "the value is set from messaging value with toString()".
This is not true. The value is obtained from
JTree method convertValueToText().
2. Javadoc comment for setBackground(Color color) says that
this method "only accept the color if it isn't a ColorUIResource".
Currently, method invokes super.setBackground(null) if color is a
ColorUIResource. I think this fact should be documented.
The same situation is with setFont() method.
======================================================================