I am new to java and trying to figure this out, the error im getting is;
week1SR4Frame.java:28: week1SR4Frame is not abstract and does not override abstract method windowDeactivated(java.awt.event.WindowEvent) in java.awt.event.WindowListener
public class week1SR4Frame extends JFrame implements WindowListener, ActionListener
I am trying to "endButton.addActionListener(this);"
i have added the above code also to the;
public void actionPerformed(WindowEvent event) {
to no avail i just get a different error
thanks for your help