From: focode on
i have developed a form in lwuit , it contains some icon , now i want
to integrate it with my other simple form of j2me , the problem is
with Display structure , when i am developing form with lwuit i have
to use Dispaly.init(this); but in j2me application we use
Display.getCurrent and setCurrent(this) , actually i have to start my
midlet with lwuit from then upon action in lwuit form i have to show
j2me form , can any one suggest me how can i achieve it.