dear all,
my company has a mobile product that based on j2me. But now they want to give some animation effect on that product with LWUIT.
But now I facing a problem to convert FROM "javax.microedition.lcdui.Form" TO com.sun.lwuit.Form....
I want to just support following animation.....
"formTwo.setTransitionOutAnimator(Transition3D.createCube(750, true));"
If I write this code in j2me then it does not support "setTransitionOutAnimator".and give a error.
I add also lwuit jar properly...
now please suggest the way, How can I support that Transition3D animation in J2ME.....???????
debasish saha ....

Reply With Quote




