|
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
|