Hi all,
today, I was wondering one thing: In JavaFX, you can only access and use
the Clipboard in the FX UI Thread.
This is interesting, and different than Swing: In Swing, everything is
synchronized instead and therefore, the Clipboard API can be used in any
Thread.
I was wondering if the same mechanism makes sense for JavaFX, as the
Clipboard API has nothing to do with the rendering, so it would be a
nice feature to use it in any Thread.
Although I need to admit changing this now is a bit of work, and may or
may not be worth it.
-- Marius