}
viewport.setViewLocation(currentLocation);
// refreshes the scrollbar so they can disppear if needed
ScrollBar scrollbar = scrollpane.getVerticalScrollBar();
scrollbar.invalidate();
scrollbar.validate();
}
}
protected int getScrollStep(GraphicalEditPart part) {