Name: nkR10003 Date: 10/24/2000
Javadoc comments for LabelView getForeground() getBackground() methods
states: "Fetch the background(foreground) color to use to render the glyphs.
If there is no background(foreground) color, null should be returned. This is
implemented to return a cached background color." Actually the cases when these
methods should return null became absolutely unclear.
Please clarify when these methods should return null and when the default value
may be returned.
======================================================================