Hey,
I'm trying to learn java. I've made a simple applet, kind of pongish. I have two problems with it. One is manual control of the paddles. Trying to do keylisteners makes my brain hurt. The second problem is with the paddles. If I comment out the movement of the paddles the balls 'bounce' off them just fine. But when i reimplement the movement the balls miss the top and bottom of the paddles. I'll attach the .java and .html files. Test is the html, ballapp is the .java. The extensions had to be changed to attach them.
Please don't make fun.