In my Application I am using Java ME and Lwuit 1.3.
I have added below coding in my Application,
Display.getInstance().setThirdSoftButton(true);
for adding third soft button(Select button in center) for my whole Application.
Actually it is added in all forms of my application.
i want to remove this third soft button where ever i don't need that.
plz help me....
Also i tried to set make false in that coding...but other two soft buttons are aligned in center or any mistake occurs.....

Reply With Quote


