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

Popular posts from this blog

resizing Telegram inline keyboard -

command line - How can a Python program background itself? -

php - "cURL error 28: Resolving timed out" on Wordpress on Azure App Service on Linux -