iT邦幫忙

0

Java: Timer(1000, this) 的第二個參數為何填入this

  • 分享至 

  • xImage

1.為何有了implements ActionLinsterner,new Timer(10, this)的第二個參數放this即可?

public class Myplanet extends JPanel implements ActionListener{
	Myplanet(){
		timer = new Timer(10, this); //???
		timer.start();
	}
圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

1 個回答

1
海綿寶寶
iT邦大神 1 級 ‧ 2022-02-09 15:39:48
最佳解答

斯斯有兩種
Timer 也有兩種
你用的是第二種
1.java.util.Timer
2.javax.swing.Timer

另外
先前的問題如果已經解決
選個最佳解答以結案

crazy iT邦新手 5 級 ‧ 2022-02-11 11:20:17 檢舉

非常感謝

我要發表回答

立即登入回答