PNS
PNS

Reputation: 19915

Java equation / expression builder

Is there any open source implementation in Java of a graphical expression builder or equation editor that one could use?

Something with an online demo or, at least, screenshots, would be preferable.

Upvotes: 0

Views: 3897

Answers (1)

duffymo
duffymo

Reputation: 309008

Depends on the type of equation.

If you're thinking of simple polynomials, you can try Java Expression Library.

It's the first Google hit.

Upvotes: 1

Related Questions