, groupingBoundsWidget.getAbsoluteTop() + groupingBoundsWidget.getOffsetHeight(), groupingBoundsWidget.getAbsoluteLeft() + groupingBoundsWidget.getOffsetWidth());
groupingBoundsWidget.hide();
}}, MouseUpEvent.getType());
}
private void selectWidgets(AbsolutePanel panel, int top, int left, int bottom, int right) {
IVkPanel iVkPanel = (IVkPanel)panel;
for(Widget i : iVkPanel){
if(isWidgetBound(i, top, left, bottom, right))
selectedWidgets.add(i);
}
}