A Java applet is asking the client to return a false 'isActive' whenever the applet is not active (as in focused to receive input). My question is, how do I modify the Java client so that it ignores the applet's 'isActive' instruction when the applet is not the focused application?

Step by step instructions would be nice, but any help you can provide is appreciated. I'm a beginner!!