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.
相关问题
- LWUIT: How to show menu commands with another butt
- Unexpected JDWP Error 21
- Receive text message using J2ME
- How to detect key pressed event in LWUIT form?
- Are all Java SE classes available in Java ME?
To disable the LWUIT edit control trigger you can use the following code.
You need to implement the following code in the LWUIT TextArea source code