What's this supposed to be doing exactly? I was assuming that it would set a default font for a lable that can be overridden by the label's setFont() method.
I can see it's being used in Label, but as far as I can tell, only with respect to the label's TextEditor component. Shouldn't the label constructor be calling getLookAndFeel().getLabelFont() to initialize the private font member?
Or am I missing the intent of that LAF method?