发布网友
发布时间:2024-12-12 17:29
共1个回答
热心网友
时间:6分钟前
在构造函数中,
ImageIcon frame_icon = createImageIcon("子目录/任意图案.gif","任意图案");
frame.setIconImage(frame_icon.getImage());
就可以了。
给分!