if (CREATE_POPUP_PARENT_SHELL) {
// Display the created parent shell at the current cursor location
// System.err.println("*** opening popup parent" + display.getCursorLocation());
popupParent.setLocation(display.getCursorLocation());
popupParent.open();
// The menu is made visible in the listener above
}
if (!DELAY_MOUSE_DOWN_SWT_POPUP_TRIGGERS) {
// If we are not waiting for MouseEnter, then open the menu right here
menu.setVisible(true);