private static int calculateBottomPoint(final Set<IWidget> widgets) {
        if (widgets.isEmpty()) {
            return 0;
        }