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?
Asked
Active
Viewed 252 times
0
-
4Just 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 Answers
-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

Ashwani Yadav
- 28
- 1
- 4