ve a ver si eso te ayuda lo que le falta es una condicion que diga...si el contador de vecez que pasa es igual a 15 muestras :)
Cita: FileInputStream ope = new FileInputStream("Trashers.txt");// PARA LEER EL ARCHIVO OPEAICONES
DataInputStream ds = new DataInputStream(ope); // PARA LEER EL ARCHIVO OPEAICONES
String linea;
while((linea = ds.readLine())!=null) // MIENTRAS EXISTA OTRA LINEA ESCRITA
{