Clock/JFrameTime.java [19:1] Clock.JFrameTime is not abstract and does not override abstract method actionPerformed(java.awt.event.ActionEvent) in java.awt.event.ActionListener
public class JFrameTime extends javax.swing.JFrame implements ActionListener, ItemListener, Observer
^
1 error
I'm getting this error in a boundry class that the Sun One
IDE generated for me to create a JFrame for a clock. I cant' seem to find this error anywhere on the web and it's really stumping me.
Hopefully someone out there has seen something like this before.
Rick Katka