[Solved] Method is not abstract and does not override method in Interface error


There is an r missing

public  void actionPerfomed(ActionEvent e) 
                       ^^^
public  void actionPerformed(ActionEvent e) 

solved Method is not abstract and does not override method in Interface error