The code is in this pastebin: [Java] import javax.swing.*; import java.awt.*; import java.awt.event.*; public cl - Pastebin.com
Basically, the problem is that i've got this error:
"The type swing2.Action must implement the inherited abstract method ActionListener.actionPerformed(ActionEvent)"
From the linked code. It's pretty annoying if i'm honest and i've been looking around for solutions. The error appears on line 23.
Can you guys help me out please?