使用 jde 的黑莓自定义控件
我想制作由 LabelField 和 Textbox 组成的自定义控件。 我如何使用 jde 作为黑莓的 IDE 制作自定义控件。
提前致谢。
I want to make custom control which consists of a LabelField and Textbox.
How can i make a custom control using jde as IDE for blackberry.
Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在 Blackberry 中,您可以通过从 Field 扩展来创建自定义组件,
如果您想要创建由 LabelField 和 TextField 组成的组件,我建议您从 TextField 扩展,
请参阅此处的更多示例
http://supportforums.blackberry.com/t5/Java -开发/自定义控制/td-p/159699
In Blackberry you can create a custom component by extending from Field
in case you want to create consist of a LabelField and TextField, I suggest you extend from TextField
See more examples here
http://supportforums.blackberry.com/t5/Java-Development/Custom-Control/td-p/159699