Personal Java Game API

Does anyone know of a good 2D API for PersonalJava?
I know its an old standard but I need it for devices such as the Pocket PC with Jeode and the Sharp Zaurus?
I want to do things like scale and rotate with sprites.

I’ve tried writing an API myself but its like wading through mud without J2ME BufferedImage support :frowning:

Thanks

I dont think you will find anyting with Personal Java, its not meant for graphics.

IMHO thats like saying Java 1.1.8 isn’t designed for graphics!
The only API I came across was for SuperWaba which I don’t want to use - its a bit clunky and overkill for what I want. I’m now writing my own simple sprite engine for Personal Java (rotate and scale initially). I know PJ is a defunct platform but Sun have left me with no choice with Pocket PC as it has no free J2ME Runtime :frowning: