static int scrollBarValue(final JScrollBar sb) { ret sb == null ? 0 : swing(func -> int { sb.getValue() }); }