不推荐使用 Form 类型的方法 CommandListener(ActionListener)。
当我导入此错误时,上述错误开始出现。
导入 com.sun.lwuit.Form;
Form f = new Form("Hello, LWUIT!");
f.show(); f.setCommandListener(this); //这一行出错。
不推荐使用 Form 类型的方法 CommandListener(ActionListener)。
当我导入此错误时,上述错误开始出现。
导入 com.sun.lwuit.Form;
Form f = new Form("Hello, LWUIT!");
f.show(); f.setCommandListener(this); //这一行出错。