I have 3 applications developed in LWUIT using the resource editor and adding more functionality with Netbeans. I want to transfer them to codenameone. What is the best way to do this?I see that the navite Componentsfrom LWUIT has an equivalent Componentin the code name, but the J2ME methods and classes should now be ported to J2SE, right?Also changed methods in StateMachineBase. showForm()for example does not exist. What are the further changes to StateMachineBase?
Components
Component
StateMachineBase
showForm()
thank
Start by creating a new Codename One project, and then simply copy the source / resource files and correct the import statements.
API MIDP ( J2SE), API , . showForm , , .
showForm
Codename One , , MIDP/RIM/Android. .