* Installs state change listeners.
*/
protected void installStateChangeListeners ()
{
// Selection changes animation
checkTimer = new WebTimer ( "WebCheckBoxUI.iconUpdater", UPDATE_DELAY, new ActionListener ()
{
@Override
public void actionPerformed ( final ActionEvent e )
{
if ( checkIcon.isTransitionCompleted () )