otherP.dispose();
}
popup.setLocation((int) (l.getX() + menu.getBounds().getWidth()), (int) l.getY() - 1);
popup.pack();
popup.setVisible(true);
typeToSearchField.requestFocus();
typeToSearchField.selectAll();
/* Setting location again. Moving it one pixel fixes
the "gray window" problem. */
popup.setLocation((int) (l.getX() + menu.getBounds().getWidth()), (int) l.getY());
}