// turn on anti-aliasing for smooth fonts.
System
.
setProperty
(
"swing.aatext"
,
"true"
)
;