Hi i am just starting java and i am uncertain as to how to approach memory managment. I have a program that implements Runnable, MouseMotionListener,and MouseListener. The applet uses runnable to control a simple animation sequence. The mouse listener's are used to control...