public void resize(int width, int height) {
   gs.resize(width, height);
   view.update(width, height, true);
 }