gpt4 book ai didi

java - JLabel 中的图标被隐藏

转载 作者:行者123 更新时间:2023-12-02 05:53:05 24 4
gpt4 key购买 nike

我尝试在我的 JDialog 中加载图片。所以,我尝试使用 JLabel 这样:

ImageIcon icon = new ImageIcon("/sau/se/editor/images/HighBtomStPic.png");
System.out.println("Icon exists: "+(icon != null));
JLabel lblNewLabel = new JLabel();
lblNewLabel.setIcon(icon);

print 给了我true,但我看不到插入的图片,那么我做错了什么?

最佳答案

如果构造函数不引发异常,则始终返回一个实例。这就是为什么 null 检查看起来没问题。

相反,您应该检查:icon.getImageLoadStatus() == MediaTracker.COMPLETE

关于java - JLabel 中的图标被隐藏,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23361761/

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