I have been developing to draw 2D objects by Java.
CAD/CAM system “Stella Vision for Java”
http://www.stellacorp.co.jp/en/products/soft/java/index.htm
Java 2D is fine system.
By using Java 2D, I can draw faster than Windows native applications with Windows GDI
Recently Windows Direct 2D has come with Windows 7
and people say Direct 2D is much faster than GDI.
I wonder that I use Direct 2D from Java with “Java AWT Native Interface” or any method of Java.
Is it possible?
Dose anyone has already started such projects?