将光标指向 lwuit 中的文本区域
我们如何在TextArea
中设置光标?主要是光标应该对用户可见。 光标在 TextField
中可见,而在 TextArea
中不可见。当 TextArea
获得焦点时如何设置光标?
How do we set the cursor in TextArea
? Mainly the cursor should be visible to the user.
The cursor is visible in the TextField
where as it is not visible in the TextArea
.How to set the cursor when the TextArea
has focus?.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你不能。
LWUIT 1.5 支持具有光标元素的多行文本字段。
You can't.
LWUIT 1.5 supports a multi-line text field which has a cursor element.