标签: java swing user-interface jframe imageicon
如何将JFrame.setIcon()方法与.ico文件一起使用? 我正在使用和ImageIcon作为参数。编译错误:
CodeBlocksMain.java:33: error: cannot find symbol setIcon (icon); ^ symbol: method setIcon(ImageIcon) location: class CodeBlocksMain 1 error
答案 0 :(得分:4)
setIcon
JFrame。您正在寻找JFrame#setIconImage
JFrame