Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
嗨,我想在黑莓中创建一个登录表单,我已经从用户那里获取了用户名和密码,但我希望用户名和密码出现在圆形矩形文本框中。
但我不能画一个圆角矩形有什么帮助吗?
在 BBOS 4.6 及更高版本上,您可以创建一个net.rim.device.api.ui.decor.Border对象并将其传递给字段的setBorder()方法。查看net.rim.device.api.ui.decor.BorderFactory该类以帮助您构造Border对象,例如使用其createRoundedBorder()方法之一。
net.rim.device.api.ui.decor.Border
setBorder()
net.rim.device.api.ui.decor.BorderFactory
Border
createRoundedBorder()