The main idea is to use an applet to run the MIDLet application.
The javax.microedition.* packages need to be reimplemented using AWT (well actually, just what we really need).


[{ SequencePlugin title='DrawingSequence4'
 canvas.flushGraphics  {
     applet.repaint   {
         applet.paint   {
             applet.update   {
                 graphics.drawImage {
                 }
        
             }
         }
     }
 }
}]