0
我想使用按鈕更改JFrame的圖像背景。我知道如何使用JFrame和Jbutton。如何使用JButton在JFrame中更改背景圖像?
我想使用按鈕更改JFrame的圖像背景。我知道如何使用JFrame和Jbutton。如何使用JButton在JFrame中更改背景圖像?
,你應該在你的按鈕動作監聽器添加以下代碼
setContentPane(new JLabel(new ImageIcon("C:\\Users\\Computer\\Downloads\\colorful design.png")));