-1
如何顯示,當按下Button1的圖像顯示圖像,這是用來檢查一個按下按鈕的代碼IM:如何按鈕1時按下
public class clientFrameButtons {
public void frameClient(){........
....
button1.addActionListener(new ActionListener(){ //ActionListener checks for button press
public void actionPerformed(ActionEvent e){
// if button is pressed the following will happen
我試圖實現一個if語句並在網上查看了幾個來源,但無法找到符合我需求的答案。
謝謝。
好的,我明白你的意思了。謝謝您的回覆! – user7431342