0

I was working on my newest project using JavaFX and I've recently run into a problem that I can't seem to find the solution to. I want to display non-ascii characters on buttons, text labels, etc. But there is just no documentation on how to do it. How do I do that?

KapitaiN
  • 373
  • 1
  • 4
  • 14
  • 4
    Just use the Unicode escape for your desired character. Assuming you're using FXML rather than programmatic layouts, see [this question](https://stackoverflow.com/questions/49016202/using-unicode-characters-with-javafx). – cbryant02 Dec 03 '19 at 16:11

1 Answers1

-1

https://terpconnect.umd.edu/~zben/Web/CharSet/htmlchars.html

IDE might not Support Those Characters Just Copy past them Directly on buttons inside FXML SceneBuilder

Like This

Ashwani Yadav
  • 28
  • 1
  • 4