ttip.setVisible(false);
getParent().remove(JCustomTooltip.this);
JComponent c = getComponent();
c.setToolTipText(null);
c.removeMouseMotionListener(ToolTipManager.sharedInstance());
popup = PopupFactory.getSharedInstance().getPopup(
c, JCustomTooltip.this, point.x, point.y);
Window w = SwingUtilities.getWindowAncestor(JCustomTooltip.this);
w.addMouseListener(this);