- 1

How to glow a text in Java ?

7th Feb 2020, 12:36 PM
Aswin V Sivan
Aswin V Sivan - avatar
3 Réponses
+ 3
You need a gui framework to style text. Which one do you use?
7th Feb 2020, 12:37 PM
Tashi N
Tashi N - avatar
+ 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
7th Feb 2020, 12:45 PM
Tashi N
Tashi N - avatar
0
Thank you
20th Feb 2020, 12:30 AM
Aswin V Sivan
Aswin V Sivan - avatar