Barak Schiller
Barak Schiller

Reputation: 1066

J2ME widget library

I am starting to develop a J2ME app and the built-in GUI components of the java library are ugly and inflexible.

Can anyone recommend a nice and easy to use (open-source...) widget library?

Upvotes: 3

Views: 1397

Answers (1)

Cadet Pirx
Cadet Pirx

Reputation:

Not too many choices out there. The best option is probably Sun's LWUIT. It's recently been GPL'ed. Alternatively you can go with J2ME Polish, which is licensed under GPL and commercially depending on what you are doing with it.

Our company is probably going to go with LWUIT. Seems likely that it will be the best-supported API in the future.

Upvotes: 4

Related Questions