java - implementing HttpRequestHandler in LWUIT -
i'm trying implement httprequesthandler on j2me application. when try execute ,is giving me error cannot find symbol httprequesthandler handler = new httprequesthandler();
httprequesthandler handler = new httprequesthandler(); htmlcomponent htmlc = new htmlcomponent(handler); htmlc.setpage("http://m.facebook.com"); form form = new form("html test"); form.setlayout(new borderlayout()); form.addcomponent(borderlayout.center,htmlc); form.show();
i'm new j2me , please .
Comments
Post a Comment