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