如何在java中更改鼠标输入/鼠标退出时按钮的图标图像

时间:2014-07-08 12:49:16

标签: java netbeans

这是我的代码。

    private void caddMouseEntered(java.awt.event.MouseEvent evt) {                                  
setRolloverIcon(Icon) (no need for the MouseListener)
        cadd = new javax.swing.JButton();
        cadd.setIcon(new javax.swing.ImageIcon(getClass().getResource("/rent/PNG/Add-Male.png")));
        cadd.setBackground(Color.black);
        cadd.setForeground(Color.white);
        //v.setBackground(Color.black);
    }

0 个答案:

没有答案