posted 14 years ago
hello there..
when i m running this code , i gets an error
Send_data is not abstract and does not override abstract method actionPerformed(java.awt.event.ActionEvent) in java.awt.event.ActionListener
how to fix this error??
actually i m having a need to use the text entered in JTextField when user click the next button.
can i achieve this using without actionPerformed method??
if i must have to use the actionPerformed method then please help me with code snippet.
thanks in advance