按下时图像会改变

时间:2015-03-26 23:22:02

标签: image swing mouseevent jcomponent

我有一个JComponent的2个图像,一个未按下的按钮和一个按下的按钮。当我单击按钮时,我希望图像更改为按下的图像,但仅在我点击时。这意味着每当我释放鼠标按钮时,图像都会返回到未按下的按钮。

我该怎么做?

1 个答案:

答案 0 :(得分:1)

使用JButton,设置标准和按下的图标。