Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Bryant Smith   on Jun 11 In Java Category.

  
Question Answered By: Tomas Thompson   on Jun 11

see your event(actionPerformed) , trace it and find
when you clicking the button(simplicity on the top
of event code  place(System.out.print("Click Event");)
, that`s fire or not.
i think that you not registered event properly.

Share: