119120121122123124125126127128129
private synchronized void configurationChanged() { PanelBase parent = getParent(); if(parent != null) parent.markAsNeedingLayout(ScrollLayout.instance); } public void configure(int visible, int available) { synchronized(this)