2022年8月3日

输入框事件监听

摘要: e.getText返回的是一个Object对象,向下转型成TextField类的对象 public class TestText01 { public static void main(String[] args) { new MyFrame(); } } class MyFrame extends 阅读全文

posted @ 2022-08-03 22:06 大风吹过12138 阅读(33) 评论(0) 推荐(0)

事件监听

摘要: public class demo06 { public static void main(String[] args) { Frame frame = new Frame(); Button button = new Button("hahahhaha"); frame.add(button); 阅读全文

posted @ 2022-08-03 17:40 大风吹过12138 阅读(30) 评论(0) 推荐(0)

导航