On May 2, 10:33=A0am, Roedy Green <see_webs...@[EMAIL PROTECTED]
>
wrote:
> On Fri, 2 May 2008 05:34:40 -0700 (PDT), bH <bherbs...@[EMAIL PROTECTED]
>
> wrote, quoted or indirectly quoted someone who said :
>
> >Exception in thread "AWT-EventQueue-2" java.lang.NullPointerException
> > =A0 =A0at TestPhneDialer.action(TestPhneDialer.java:30)
>
> Since the listing you post has no line numbers, we can't easily tell
> what that is pointing to. =A0Add a comment to point it out.
> --
>
> Roedy Green Canadian Mind Products
> The Java Glossaryhttp://mindprod.com
Hi Matt,
The suggestions that you made do not fix the situation :(
Hi Roedy,
Great to read that you are helping me!!
This is the line 30 that is in error:
String name =3D new
String((String)buttonSoundNames.get((Button)e.target));
P.S. I think that this error happens because the buttonSoundNames is
not
available at this line(not readable at this point in the program).
But that is just my dumb guess.
bH


|