A question on functionality
Robert Field
robert.field at oracle.com
Tue Jun 21 05:11:09 UTC 2016
I'm afraid I don't understand your question. You can evaluate any code that
you can evaluate in Java. The code evaluates on a fixed thread , which is
an issue for JavaFX but not Swing. And the event dispatch thread issue will
be resolved.
Can you give an example of what is not working.
Robert
On June 20, 2016 9:33:01 PM Larry White <ljw1001 at gmail.com> wrote:
> My apologies in advance if this is the wrong forum. If there's a better
> place for this kind of question, please let me know.
>
> Will it be possible to open a window (Swing or JavaFX) from the REPL
> initialized with data from the REPL? I'm specifically asking about the
> ability to initialize it with arbitrary data (as opposed to a string array
> passed through main() or the JavaFX launch() method).
>
> Alternately, will there be a way to open a window such that the method
> called to open it, returns a reference that can be used to pass data that
> can be displayed?
>
> My use case is to manipulate some data, then open a window to display a
> plot, as is common in an R or Python REPL.
>
> Thank you very much.
>
> larry
More information about the kulla-dev
mailing list