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.
在 Blackberry 中使用 Rich List 时如何更改字体颜色。
final VerticalFieldManager vfm = new VerticalFieldManager(){ protected void paint(Graphics graphics){ graphics.setColor(0x36c9e3); super.paint(graphics); } }; RichList list = new RichList(vfm, true,1, 2);