求助,有个程序在运行时出现问题
各位朋友好,最近我用JAVA运行一个学生管理系统.只是运行过程中出现了一个错误,提示:public class Students extends Applet implements ActionListener 这应该怎么办呢?谢谢了.
你的类需要是继承applet类并加一个ActionListener接口.
使用该类创建的对象可使用组件的 addActionListener 方法向该组件注册。在发生操作事件时,调用该对象的 actionPerformed 方法。
不知道你实现了接口类或是重写了接口的方法没有.
[[it] 本帖最后由 虾米将军 于 2008-7-23 16:52 编辑 [/it]]