I have a problem with translating default context menu items on TextField
. There's no documentation about this menu in JavaFX
javadocs (at least I couldn't find the one).
I can manually create new context menu on each TextField
, rewrite the exising code and just change displayed text, but is there a sense in that? I can't believe that no one thought about this when designing JavaFX
components.
So, my question is - is there a way to overwrite these values?