} else
throw new IllegalStateException("Dockable Container not reconized!!!");
if (onDockable == null) {
// Try to find a refDockable...
MultiSplitWindow multiSplitWindow = SwingUtil.getParent(deepestCmp, MultiSplitWindow.class);
if (multiSplitWindow != null)
refDockable = multiSplitWindow.getDockable();
} else
refDockable = null;
// Ok the mouse is on a dockable container
Rectangle toolBounds = onDockableContainer.getBounds();