标签: jframe jbutton
我想使用按钮更改JFrame的图像背景。我知道如何使用JFrame和Jbutton。
答案 0 :(得分:0)
您应该在按钮动作侦听器中添加以下代码
setContentPane(new JLabel(new ImageIcon("C:\\Users\\Computer\\Downloads\\colorful design.png")));