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.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.