* are two separators in a row, and at the end of a menu<br>
* <p>
*/
@SuppressWarnings("unchecked")
public void removeExtraSeparators() {
Array_Of_MenuElement<MenuElement> qq_localVector = new Array_Of_MenuElement(MenuElement.class, this.getWindow().getJMenuBar().getComponents());
if (qq_localVector != null) {
for (MenuElement m : qq_localVector) {
this.removeExtraSeparators((JMenu)m);
}
}