Heya,
Im trying to have a typewriter effect in my game. I could do it using the Java2D api but i found it was easier to use the JLabel since it supports html, and thus it would be easier to format things.
It works fine with a normal colid color background. But when i change the background of my frame to an image, the JLabel acts up. Its transparent for the most part, but whenever i change the text of the JLabel it flashes black ( also the color of the foreground if it helps )
Anybody know how to solve this problem, OR a better way to have like a type writer effect in your game?
Thanks in advanced