0
How to add colour to text in java
font & colour
4 Réponses
+ 3
Let's say you want to change a Label's font:
label.setFont(new Font("Serif", Font.PLAIN, 14));
You can also do this with other components that supports Fonts
+ 1
In Console or on a Form?
0
form
0
tq