* Creates a new window which will be used as popup for this {@link CPanelPopup}.
* @param menu the owner of the window
* @return the new window, not <code>null</code>
*/
protected MenuWindow createMenuWindow( JPopupMenu menu ){
return new MenuWindow( menu );
}