93949596979899100101102
public void mouseReleased(final MouseEvent e) { if (isDragging) { isDragging = false; getReferenceFame().getEventBus().post(new DragStoppedEvent()); } Component panel = (Component) e.getSource(); panel.setCursor(getCursor()); }