- 1
How to glow a text in Java ?
3 Respostas
+ 3
You need a gui framework to style text. Which one do you use?
+ 3
If you are familiar with JavaFx, you can learn about text effects in the tutorial I linked below.
JavaFx uses css for styling, so the SoloLearn css tutorial is helpful as well.
If it is the first time you learn Java, I would recommend to finish the course before proceeding to gui frameworks tho.
https://docs.oracle.com/javase/8/javafx/user-interface-tutorial/text-effects.htm
https://www.sololearn.com/Course/CSS/?ref=app
0
Thank you