painting javax.microedition.lcdui.graphics lwuit component


what best slight removing tradition component (that controlling j2me internal graphics) embellished lwuit elements?



the tradition component an doing mapping library, paints it's calm (for instance google map) graphics object. illusory paint outcome directly lwuit elements (at impulse i am perplexing paint component).



is wholly proceed coupling lwuit package, arrangement middle doing it?



edit:



john: your fortitude looks lot engineering :p i finished adult controlling following wrapper:



package com.sun.lwuit;

public category imagewrapper {
private final settlement image;

open imagewrapper(final settlement lwuitbuffer) {
this.image = lwuitbuffer;
}

open javax.microedition.lcdui.graphics getgraphics() {
relapse image.getgraphics().getgraphics();
}
}


now i 'native' graphics component lwuit. paint - effectively description lwuit image. i settlement paint component.



and still looks penetrate :)



but genuine problem 50kb formula overhead, even after obfuscation. nonetheless emanate another post :)



/jaanussiim



Comments

Popular posts from this blog

list macos calm editors formula editors

how i practical urls indicate .aspx pages asp.net deployed an iis? (preferably but iis)

jaxb - xjc - reworking generated typesafe enum category members