Hi, it's not that complicated to get the *basics* working on a new
toolkit. I got some early prototypes in GTK-Java and SWT.
The problem is it takes you little to get the basic 60-80% done and
then forever to cover the last 20% to make it really complete.
Especially replicating the full flexibility of MigLayout on platforms
where it is not available
or beans binding (SWT does not support it).
So I aborted those efforts and they never got anywhere serious.
If you have the time go ahead. Look at the code on github for the
dormant SWT/GTK projects to get an idea how to start on a brand new
toolkit.
I have no experience on J2ME, plus these days I am really more
involved in server-side programming,
so it's not an undertaking I can complete.
But if you're willing, I'd be glad. Just fork me on github and get
cracking :-)
Jacek