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