How difficult is it to port AWT applications to MIDP?
For an application of any complexity, this is fairly difficult. The event handling model and user interface class hierarchy are very different. There are many things that AWT can do that MIDP can’t do. Using an AWT compatibility library will probably make the job a bit easier, at the expense of increasing the application size quite a lot.