Ejemplo n.º 1
0
 public static H drawStage() {
   _behaviors.runAll(_app);
   _mouse.handleEvents();
   _stage.paintAll(_graphicsContext, _uses3D, 1);
   return _self;
 }