Name: nkR10003 Date: 07/07/2000
Javadoc for BasicComboBoxUI.configureEditor metod reads that:
"Configures the editor by setting its font and adding listeners."(see example),
but it does not say which font should be set and which particular listeners
should be added.
Thus JCK team could not write tests for BasicComboBoxUI.configureEditor method
without this specification.
See example:
/**
* Configures the editor by setting its font and adding listeners.
*/
======================================================================