Estás utilizando un navegador desactualizado. Puede que no muestre este u otros sitios web correctamente Deberías actualizar o utilizar un navegador alternativo.
man.... how to delete the first index? i'll guess you mean element, look in the java api for that class (ArrayList) read the methods there is one named remove(int index)... Make the propper validations and that's it.