I want to run Mathematica from an external Java program and display an interactive app in my own Jpanel. Is it possible?
When I tried using MathGraphicsJpanel, I am getting only the snapshot of the app. I want to access the controls in my app.
For example, when I tried the following command Manipulate[Plot[x^a, {x, 10, 100}], {a, 1, 3}], I am getting only this picture.
Is it even possible to get the Interactive ui of Mathematica in external java programs?
