Hi,
I want to make a vector graphics with Java.
I already make an GUI with some JPanel there and I have write a paint method for the Graphics using Graphics2D.
But since the Quality of the Graphics is not as expected, we want to change the paint method through vector graphics.
Since I´m still a newbie in Java, I´ve googled for this vector graphics possibilities with Java, and Batik is as far as I can find.
But as far as I concerned, with Batik I cannot draw on the JPanel, which I already have.
So.... Are there any other possibilities to draw vector graphics other than Batic?
Or have anyone use batik and can give me some example to paint with it on a JPanel?
thanks for any help.

