Learning Java: Part 20: Using a MouseMotionListener

View the previous part: View the next part: In this tutorial I will be discussing how to track mouse movements and mouse button holds in a Java applet by using the MouseMotionListener class. This comes in handy if you’re making a paint-like program or small games. Thanks for watching! Discuss this video!
Back to Top