i tried to make a application which takes the numeric value default. i have done coding like this public void startApp(){
I am working on LWUIT 1.4 and in my current application I want to display a list to the user and user can select 开发者_开发知识库choices as many as possible.. For other simple cases (where only singl
I want to use textfield in my j2me application where in want to give constraint that user can enter 4digit numeric data only?? How can it
Is there any way of showing Wait Screen, while some processing is done in backend, using LWUIT in J2ME ? if yes then how if no then i开发者_JAVA百科s there any alternate ?You can look at progress bar
public class StateMachine extends StateMachineBase implements ActionListener { Resources resources; RadioButton Verifi=new RadioButton(\"Verification\") ;
I am using LWUIT in j2me.There is only one .java file containing midlet and 10 images consisting total size of 49kb.
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari
Can anyone tell me wheter can I use the bbm sdk for lwuit bb port project if开发者_开发问答 so can anyone give me an example on how to use the same.
The ability for disabling vkb is included in the new svn source code... But by default vkb comes in midlet...
How can I place a command button forcefully on right side of mobile screen? In j2me, I am using LWUIT library.