Hi, just a question on basic Java Swing. I have tried messing around with it and the part where I add the ActionListener, Eclipse isn't happy. It gives the following message: The type JFrameMessing must implement the inherited abstract method
ActionListener.actionPerformed(ActionEvent)
Does...