I want to write a game for mobile but the Graphics class of MIDP1.0 is not supports some paint function I need ex: fill polygon, and a line have strengh and 2 head is 1/2 cercle. Could you tell me how I can have this function or any where have the algorithm to paint this!
Thank so much ???
This may be too late for you now, but try http://sourceforge.net/projects/jmicropolygon which is a project I created that gives you drawPolygon() and fillPolygon() methods. There are versions for MIDP 1.0 and 2.0, the former adds a fillTriangle() method, also.
HTH,
Simon
Thank you very much. May be you have worked on java so much!