comment = new TextArea();
comment.setWidth("100%");
ConstantsCore constants = ((ConstantsCore) GWT.create(ConstantsCore.class));
comment.setTitle(constants.AddAnOptionalCheckInComment());
save = new Button(constants.CheckIn());
addRow(comment);
addRow(save);
}