Name: Anonymous 2010-12-17 16:33
I want to display a big "playing" or "stopped" symbol on the screen for a short while. What lib do I use in Java? What about C#?
java.awt.Graphics should be enough, and there's always java.awt.Graphics2D if it isn't; for some Java 3D APIs you may have to do this independently on the 3D stuff).