JavaFX Text and TextFlow Constructor Minutia

39 Views Asked by At

Why does adding to a TextFlow via a Text object constructed with method returning a plain String not work whereas adding to a Textflow via a Text object constructed with a reference to a String does work?

0

There are 0 best solutions below