View Single Post
  #4 (permalink)  
Old 05-24-2008, 11:54 PM
danielstoner's Avatar
danielstoner danielstoner is offline
Senior Member
 
Join Date: Apr 2008
Location: Canada
Posts: 191
danielstoner is on a distinguished road
You should put your code between UBB code markers.
The error are caused by:

1. public void ActionPerformed(ActionEvent evt){
Java is case sensitive. The name should be: actionPerformed
2. in the original code you were trying to add an action listener as a component listener.

What do you try to solve?
__________________
Daniel @ [
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
]
Language is froth on the surface of thought
Reply With Quote