开发者

Make header and footer static in BlackBerry

开发者 https://www.devze.com 2023-01-23 09:02 出处:网络
How can I make header and footer on a 开发者_运维问答BlackBerry screen with scrollable content in between?If you make your screen out of a MainScreen, then you can use setTitle(Field f) and setStatus(

How can I make header and footer on a 开发者_运维问答BlackBerry screen with scrollable content in between?


If you make your screen out of a MainScreen, then you can use setTitle(Field f) and setStatus(Field f) to create the header and footer, respectively.

0

精彩评论

暂无评论...
验证码 换一张
取 消