133134135136137138139140141142143
System.out.println("Formada por:"+ listaBotones.size() + " botones"); if (listaBotones.size()>0){ MiColeccion mc = new MiColeccion(); mc.clear(); Iterator bot = listaBotones.iterator(); int j=0; while (bot.hasNext()){ Element b= (Element)bot.next();