exception in thread "AWT-EventQueue-0" java.langNullPointerException

Hello,

Is anyone here can help me about this

exception in thread "AWT-EventQueue-0" java.langNullPointerException error?

I can't fixed it because I don't know where should i fixed this error.

Basically, I have a timer program then I want to instantiate the timer program to my other class but then this is what happen.

Thanks,

Mercy

[378 byte] By [mespedila] at [2007-11-27 6:00:55]
# 1

Post some code. The error code you've posted is utterly worthless. All it tells us is there was a null reference, and it was encountered in the AWT event thread

Better still, read the stack trace. It will tell you on which line the problem is, and the problem is that you are attempting to call a method on an object that hasn't been created yet

georgemca at 2007-7-12 16:39:51 > top of Java-index,Java Essentials,Java Programming...
# 2
Could you please elaborate to me more your answer.Thanks,Mercy
mespedila at 2007-7-12 16:39:51 > top of Java-index,Java Essentials,Java Programming...
# 3
> Could you please elaborate to me more your answer.> > Thanks,> MercyLOL I was asking you to elaborate your question!
georgemca at 2007-7-12 16:39:51 > top of Java-index,Java Essentials,Java Programming...
# 4
Okies...I know already the error as of this error.Thanks,Mercy
mespedila at 2007-7-12 16:39:51 > top of Java-index,Java Essentials,Java Programming...