提问人:Adam Traboulay 提问时间:10/12/2023 更新时间:10/12/2023 访问量:21
我的照片没有输出到框架
My picture is not outputting to the frame
问:
//Draw Bart
ImageIcon imgBart = new ImageIcon("bart.png");
g2.drawImage(imgBart.getImage(), 1, 50, this);
我尝试了多种代码变体,但图像仍然没有输出到框架中。我已经将所有png文件放在正确的位置,但它没有输出。
答: 暂无答案
评论