I have found why my program doesn't works
There are 2 errors in my code:
* the reshape method is not implemented
* the expected size of the array which contains the vertex of the triangle is in bytes, not the number of elements of the array
I have added the fixed version of the program.
JOGL2NewtOpenGL33Fixed.javaThank you swilson007, your example helped me a lot
Thanks to the JOGL team for your really good job!