static void setScrollBarValue(final JScrollBar sb, final int value) { if (sb != null) swing { sb.setValue(value); } }