can i get some form of ANTIALIASING/FONT SMOOTHING in java? i tried searching on google but no material i can actually use.
ima bit of a starter so i tried going on the irc channels and nobody seems to understand what i needed -- they went all the way explaining about j2ni and stuff…
if you're using INTELLIJ you prolly get the picture… it's basically just FONT SMOOTHING that's all… i found this one applet and i have no idea how to use it on swing classes, but the antialiasing it does is good enuff. though, i cant go extending all component classes i need to use just to override that one method… heck i'm not even sure if that would work (never tried it, i thought it would be a waste of energy if it didnt work at all) any ideas how to do it? and why won't sun turn antialiased text on by default? thanks in advance.