mainLayout.setWidget(1, 1, cookieNameBox);
// Display the name of the cookie
cookieValueBox = new TextBox();
Button setCookieButton = new Button(constants.cwCookiesSetCookie());
setCookieButton.addStyleName("sc-FixedWidthButton");
mainLayout.setHTML(2, 0, "<b>" + constants.cwCookiesValueLabel() + "</b>");
mainLayout.setWidget(2, 1, cookieValueBox);
mainLayout.setWidget(2, 2, setCookieButton);
// Add a handler to set the cookie value