comboBox.addItem ( "Rowing" );
comboBox.addItem ( "Knitting" );
comboBox.addItem ( "Speed reading" );
comboBox.addItem ( "Pool" );
comboBox.addItem ( "None of the above" );
column.setCellEditor ( new WebDefaultCellEditor ( comboBox ) );
// Better column sizes
initColumnSizes ( table );
return scrollPane;