how to invoke a new class/object

hey all,

This is a follow-up to a previous thread. I am trying to make aa simple game (and in the process learn java) and I'm wondering how to "invoke" a new object. For example, I create an object (an image on the screen) using public class, and within that class I have the mouse events etc (I assume its the same way as in the "main" class), but how do I have it where when I click ONLY on that image, there is some sort of action, like a Label or something. Forgive me it I am not using the proper terminology, but I am getting frustrated and am using various tutorials to help me.

Thanx

[612 byte] By [deleeuwa] at [2007-10-2 22:09:49]
# 1
Label lab = new Label();lab.addCount();
javadonkeya at 2007-7-14 1:26:37 > top of Java-index,Java Essentials,New To Java...