glContext.viewport(0, 0, 500, 500);
setWidget(1, 0, webGLCanvas);
// add a ClickHandler to start the example when the button is clicked
button.addClickHandler(new ClickHandler() {
@Override
public void onClick(ClickEvent event) {
button.setEnabled(false);
start();
webGLCanvas.setFocus(true);