commentBox.addBlurHandler(new BlurHandler()
{
public void onBlur(final BlurEvent arg0)
{
TimerFactory timerFactory = new TimerFactory();
timerFactory.runTimer(BLUR_DELAY, new TimerHandler()
{
public void run()
{
if (commentBox.getText().length() == 0)
{