首页 试题详情
单选题

javax.swing.Timer将按一定频率产生什么事件:

AActionEvent

BTimerEvent

CItemEvent

DInputEvent

正确答案:A (备注:此答案有误)

相似试题

  • 单选题

    javax.swing.Timer将按一定频率产生什么事件:

    答案解析

  • 单选题

    下面代码中的内部类名是:import java.awt*;import javax.swing.*;class TalkingClock {public static void main(int interval,final boolean beep) { ActionListener listener = new ActionListener(){ public void actionPerformed(ActionEvent event){ ............ } } Timer t = new Timer(interval,listener); t.start(); }}

    答案解析

  • 问答题

    timer

    答案解析

热门题库