It also hides (instead of just disabling) the [spade] button unless we have spading data to submit.
Thas' nice. It gets annoying when people start asking how to submit their spade data in the KoL forum's discussion thread.
I cleaned up some of your formatting and submitted it in Revision 9460. Thanks.
list.setToolTipText( (String)getTooltips().get( index ) );
if( index < this.getTooltips().size() )
{
list.setToolTipText( (String)getTooltips().get( index ) );
}
else
{
list.setToolTipText( null );
}