Exemplo n.º 1
0
 public void remove(PipAnimateSet ani) {
   for (int i = 0; i < ani.getFileCount(); i++) {
     remove(ani.getSourceImage(i));
   }
 }