Name: saC57035 Date: 10/05/98
The specs for Menu.remove(MenuComponent item) say nothing
about the method's behaviour when item is null.
In JDK 1.1.X NullPointerException is thrown in this case.
Starting with JDK 1.2 this method silently accepts null
and does nothing. The scarce docs make impossible to
determine which behaviour is correct.
======================================================================