How would I make an Image
have a pulsating effect to it? I already know how to draw an Image
to the screen, so I just need to know how I can add a pulsating glow effect. Would I need to use tons of threads?
Also, how would I make some text have the same pulsating glow effect?
I want to be able to draw this to the screen so this needs to be a graphics object (g.drawString(glowingText, x, y);
).
Thanks in advance!