The invincible ConcurrentModificationException
Randahl Fink Isaksen
randahl at rockit.dk
Mon Apr 15 11:00:04 PDT 2013
That is exactly what I did. It turns out to create a couple of other problems in my particular case, but those are solvable.
Another solution I thought of was to add an empty place holder node first, and then add the label to the place holder, so it does not expand the children list while the scene is set.
Randahl
On Apr 15, 2013, at 19:38 , Werner Lehmann <lehmann at media-interactive.de> wrote:
> How is it solved? My first instinct would be to use runLater to add those nodes.
>
> On 15.04.2013 18:42, Randahl Fink Isaksen wrote:
>> I can now confirm the problem is now solved
More information about the openjfx-dev
mailing list