上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 24 下一页
摘要: package com.itheima; import javax.swing.*; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; public class JFrame11 { public sta 阅读全文
posted @ 2022-10-29 23:38 NiceTwocu 阅读(23) 评论(0) 推荐(0) 编辑
摘要: package com.itheima; import javax.swing.*; public class JFrame10 { public static void main(String[] args) { JFrame jf=new JFrame(); jf.setTitle("考勤查询" 阅读全文
posted @ 2022-10-29 23:22 NiceTwocu 阅读(29) 评论(0) 推荐(0) 编辑
摘要: package com.itheima; import javax.swing.*; public class JFrame09 { public static void main(String[] args) { JFrame jf=new JFrame(); jf.setTitle("考勤查询" 阅读全文
posted @ 2022-10-29 23:09 NiceTwocu 阅读(32) 评论(0) 推荐(0) 编辑
摘要: package com.itheima; import javax.swing.*; public class JFrame08 { public static void main(String[] args) { JFrame jf=new JFrame(); jf.setTitle("猜数字游戏 阅读全文
posted @ 2022-10-29 22:55 NiceTwocu 阅读(34) 评论(0) 推荐(0) 编辑
摘要: package com.itheima; import javax.swing.*; public class JFrame07 { public static void main(String[] args) { JFrame jf=new JFrame(); jf.setTitle("聊天室") 阅读全文
posted @ 2022-10-29 22:40 NiceTwocu 阅读(42) 评论(0) 推荐(0) 编辑
摘要: package com.itheima; import javax.swing.*; public class JFrame06 { public static void main(String[] args) { JFrame jf=new JFrame(); jf.setTitle("聊天室") 阅读全文
posted @ 2022-10-29 22:30 NiceTwocu 阅读(41) 评论(0) 推荐(0) 编辑
摘要: package com.itheima; import javax.swing.*; public class JFrame05 { public static void main(String[] args) { JFrame jf=new JFrame(); jf.setTitle("用户登录" 阅读全文
posted @ 2022-10-29 22:18 NiceTwocu 阅读(21) 评论(0) 推荐(0) 编辑
摘要: package com.itheima; import javax.swing.*; public class JFrame04 { public static void main(String[] args) { JFrame jf=new JFrame(); jf.setTitle("我爱大郎" 阅读全文
posted @ 2022-10-29 21:58 NiceTwocu 阅读(9) 评论(0) 推荐(0) 编辑
摘要: package com.itheima; import javax.swing.*; public class JFrame03 { public static void main(String[] args) { JFrame jf=new JFrame(); jf.setTitle("窗口中添加 阅读全文
posted @ 2022-10-29 21:26 NiceTwocu 阅读(156) 评论(0) 推荐(0) 编辑
摘要: package com.itheima; import javax.swing.*; public class JFrame02 { public static void main(String[] args) { // 构造窗体对象 JFrame jf=new JFrame(); // 给窗口设置 阅读全文
posted @ 2022-10-29 21:10 NiceTwocu 阅读(33) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 24 下一页