Day04 (事件监听(鼠标 键盘 窗口等))

事件监听 入门示例代码: public class TestActionEvent { public static void main(String[] args) { //按下按钮,触发一些事件 Frame frame = new Frame(); Button button = new Button(); //由于addA
相关文章
相关标签/搜索