Example #1
0
 public void resize(int w, int h) {
   if (isInstance) {
     currentControl.resize(w, h);
   }
 }