views:

222

answers:

3

I need to create a program which will show how elliptic curve cryptography works. I was considering using Java Swing to create the GUI, but the main problem is what tool to use to plot the elliptic curve itself, and how to integrate that with Java Swing.

I would like the plot to be included in the user interface and also allow changes to be made to it. Can you suggest any tools that would help with this?

+1  A: 

The quickest way to get pixels on screen (and still leverage your Java experience) is to use Processing.

Jonathan Feinberg
Upvoted, Processing is way cool.
High Performance Mark
Thanks for the answer, but is it possible to plot elliptic curve in processing from given equation?
LL
Yes. It's possible to plot a curve in Processing.
Jonathan Feinberg
+1  A: 

You might also consider the Java Function Plotting Library as well.

GregS
thank you very much!!! seems very useful.
LL
useful enough for an upvote?
GregS
A: 

Hello......Can you please share the way to plot a prime curve in java swing. I am using Bouncy castle API..

Shaggy