-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
I have a deadlock problem when I try to make some I/O operations that needs user permission. When user click the button I start a new thread which is responsible for performing IO operations, and I display lwuit "please wait" dialog. Dialog is dismissed by IO thread from callback method. Problem…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
How to use grids/Tables in LWUIT?
>>> More
-
as seen on Oracle Blogs
- Search for 'Oracle Blogs'
Vikram Goyal's informative and practical article, "Working with Lightweight User Interface Toolkit (LWUIT) 1.4," shows developers how to best take advantage of LWUIT 1.4. LWUIT is a user interface library designed to bring uniformity and cross mobile interface functionality to applications developed…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm trying to develop a portable J2ME appli, but Netbeans do a class preverification of LWUIT library that uses optional APIs that some configurations don't have, so I get this error when I try to compile on a configuration without JRS-184 (M3G Optional API):
Error preverifying class com.sun.lwuit…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I've used lwuit in my j2me application and it works well.
When I've converted .jar file to .cod file and install it on BB emulator, I've faced runtime error 104.
Then I got the blackberry demo and lwuit.jar file included with it and when install it on BB it works well. But after I edit the theme…
>>> More