if (this.scrollPanel == null)
return;
for (int i = 0; i < this.scrollPanel.components.size(); i++) {
GUIComponent component = (GUIComponent) this.scrollPanel.components
.get(i);
if (component.label.getLabelStr().startsWith(
Integer.toString(((this.sliceSelections.l
.indexOf(crossSliceSelection) + 1))))) {