So i have a simple little pong game

I'm trying to display the current score in the upper corner of each players side, how do i go about printing out text in my applet
[138 byte] By [Unfettereda] at [2007-11-26 20:02:53]
# 1
You could have a Swing or AWT component that does it. You could also do it by using the drawString() method from the Graphics class (if you are overriding paint()),
CaptainMorgan08a at 2007-7-9 23:02:24 > top of Java-index,Other Topics,Java Game Development...