I\'m looking to do some physics simulations and I need fast rendering in Java.
I\'ve run into performance issues with Java2d in the past, so what are the fast alternativ
Also check out Slick, which is based on LWJGL and is in some ways similar to Java2D. It uses OpenGL and is thus greatly faster.