How can I edit the style of the lists´ scrollbar? I want to modify its wid开发者_C百科th, mainly.
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
Is there any way to write in a textArea without going to a LCDUI window? I want to edit my textArea in my开发者_开发知识库 LWUIT app but everytime I try to do this, the app send me to a LCDUI window.T
I use that code Font bmpfont=Font.createBitmapFont(icon, new int[0], new int[12], \"S\"); First param is image, second is offset, third is length and fourth is charset. And I get Font object fr开发
I want bitmap font for Form from LWUIT component. I create rs file with bitmap font(that is theme file create by Resource Editor.jar). Then I load that file from my MIDlet with follo开发者_运维百科win
I am trying to make an application using LWUIT Now i got a problem with back command from resource editor there are a back command in all forms and i cant find them in generated code
I installed JDK 7 and tried running the LWUIT resource editor but it doesn\'t have the GUI builder tab and the web start 开发者_如何学JAVAversion is completely not working, does this mean i have to us
I want to customize the look of the ComboBox pop-up list in LWUIT. Nonetheless when I tried to change the ComboBox, ComboBoxFocus, ComboBoxItem, ComboBoxList, ComboBoxPopup components in LWUIT Theme C
public class StateMachine extends StateMachineBase { public Container con1; protected void beforeMainForm(Form f) {
I am just downloaded lwuit resourc开发者_如何学Ce editor. I trying to create theme but i don\'t have idea how to create theme or gui. Can any one give me information how to use it? How to create gui o