gpt4 book ai didi

blackberry - 试图在黑莓上绘制位图

转载 作者:行者123 更新时间:2023-12-04 06:27:01 25 4
gpt4 key购买 nike

我只是在学习如何对黑莓进行编程并尝试在屏幕上显示位图,代码如下:

public MyScreen()
{
// Set the displayed title of the screen
setTitle("MyTitle2");
LabelField lb = new LabelField("hello ted2");
add(lb);

Bitmap logoBitmap = Bitmap.getBitmapResource("res/icon2.png");
BitmapField fd= new BitmapField(logoBitmap, Field.FIELD_HCENTER);
add(fd);
}
标签被绘制,但不是位图。

最佳答案

你的路径不对,把图片复制到/res/img。要检索它,请仅使用文件名。

Bitmap logoBitmap = Bitmap.getBitmapResource("icon2.png");

关于blackberry - 试图在黑莓上绘制位图,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5918377/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com