public void actionPerformed ( final ActionEvent e )
{
// todo Apply orientation globally on change, not here
WebPathField.this.transferFocus ();
SwingUtils.applyOrientation ( menu );
menu.showBelowMiddle ( childs );
}
} );
contentPanel.add ( childs );
menu.addPopupMenuListener ( new PopupMenuListener ()