A. 点击 B. 按钮 C. 点击按钮 D. 以上都不对
A. getSource() B. getText() C. getLabel D. 以上都不对
A. getText() B. getLabel() C. setText() D. setLabel()
A. JRadioButton是多选按钮关键字 B. JCheckButton是单选按钮关键字 C. 实现单选按钮需要ButtonGroup D. 以上都正确
A. addActionListener() B. add() C. setActionListener() D. set
A. actionPerformed() B. ActionPerformed() C. actionperformed() D. 以上都不对
A. 点击 B. 进入 C. 离开 D. 拖动
A. KeyListener B. ActionListener C. Exception D. MouseListener