I am developing an app in Java ME using Netbeans IDE, where I\'m creating 3 Forms which contains Button, Command (OK and back) and Image in the 1st Form.
I have tried using MediaComponent, but since it is now depreca开发者_如何转开发ted it wont be good moving forward. Also i was not able to get it to re-size to full screen on the form. I am trying to u
How can I edit the style of the lists´ scrollbar? I want to modify its wid开发者_C百科th, mainly.
I have a problem with LWUIT textfield scroll right issue. I am using it to capture an email from the user and the problem happened when the user enters an email greater than the width of the text fiel
I am building a calendar in LWUIT, and I can´t find a way to solve the next problem. When I add开发者_Python百科 my calendar to the form, it shows a month ComboBox, a year ComboBox and the days of th
I have a List , and in its ListCellRenderer class I put Labels to display "Labels" 开发者_C百科and data values.
I have made some applications o开发者_C百科n J2ME using LWUIT, CLDC 1.1, MIDP 2.0 and they are working great on Nokia handsets.
I am trying to make an integration between LWUIT and Blackberry JDE. I am importing theLWUIT .jar file into a library project and setting the dependencies of this library with another project. I am th
I have worked with javame + lwuit. I encountered an unusual behavior of textarea, when it is inside table cell. Originally textarea ыhifted to right over edge of cell, then I set a fixed size, the p
I have tested many ways to give the numeric and password constraint in the TextField. But its not working, See the below code.