An "active" GUI object will call your program's actionPerformed() method when it's "action" happens only if:
A. The mouse is clicked on that object
B. . The object has been given your program's address in memory
C. The object has been added to the GUI window
D. The object is currently visible