hi, i hava an error when i used the implements method, even if i have only this amount of code, help pls, thanks!
here is the code(i'm using freeware jcreator in coding java), error points in line 5:
1: import javax.swing.*;
2: import java.awt.*;
3: import java.awt.event.*;
4:
5: public class SwingApplication implements ActionListener 6: {
7:
8: }
here is the code(i'm using freeware jcreator in coding java), error points in line 5:
1: import javax.swing.*;
2: import java.awt.*;
3: import java.awt.event.*;
4:
5: public class SwingApplication implements ActionListener 6: {
7:
8: }