Jbutton 和jlabel都不能加载图片吗
来自 广东省汕头市 的网友分享
(°C)
15474
JButton和JLabel都可以加载图片。如果您想在JButton或JLabel中显示图片,可以使用以下代码:
```java
ImageIcon icon = new ImageIcon("path/to/image.jpg");
button.setIcon(icon);
label.setIcon(icon);
```
```java
ImageIcon icon = new ImageIcon("path/to/image.jpg");
button.setIcon(icon);
label.setIcon(icon);
```