721722723724725726727728729730731
*/ public synchronized void makeVisible(int index) { visibleIndex = index; ListPeer peer = (ListPeer)this.peer; if (peer != null) { peer.makeVisible(index); } } /** * Gets the preferred dimensions for a list with the specified
740741742743744745746747748749750
743744745746747748749750751752753
{ visibleIndex = index; if (peer != null) { ListPeer l = (ListPeer) peer; l.makeVisible (index); } } /** * Returns the index of the last item that was made visible via the