How to launch a LWUIT form from a LCDUI form?
问题 The question has been indirectly spoken about in some of the earlier questions but i havent seen anything decisive about it.. I am currently using this piece of code to show a LWUIT form inside CommandAction implementation. public void commandAction(Command cmnd, Item item) { if (item == LogIn && cmnd == maincommand) { RechForm = new com.sun.lwuit.Form("Basefook"); HttpRequestHandler handler = new HttpRequestHandler(); HTMLComponent htmlc = new HTMLComponent(handler); htmlc.setPage("http:/