1
我是Swing的新手。我需要給Jbutton一個圖標。我發現示例代碼這麼多地方,並嘗試像這樣無法給按鈕圖像
ImageIcon cup = new ImageIcon("/home/Whether/Picture/start.png");
JButton startBut=new JButton(cup);
panel.add(startBut);
但是按鈕顯示沒有Icon.Image路徑是正確的。
如果我錯了,請幫我照顧一下嗎?
日Thnx提前