上一页 1 2 3 4 5 6 7 ··· 15 下一页
摘要: package test; import java.awt.BorderLayout; import java.util.Vector; import javax.swing.JPanel; import javax.swing.JScrollPane; import javax.swing.JTable; import javax.swing.JViewport; import jav... 阅读全文
posted @ 2019-04-09 12:22 小小超plus 阅读(239) 评论(0) 推荐(0) 编辑
摘要: public class ExampleFrame_06 extends JFrame{ private DefaultTableModel tableModel; private JTable table ; private JTextField aTextField; private JTextField bTextField; publi... 阅读全文
posted @ 2019-04-09 12:11 小小超plus 阅读(248) 评论(0) 推荐(0) 编辑
摘要: public class ExanpleFrame_04 extends JFrame{ private static final long serialVersionUID = 1L; private JTable table ; public ExanpleFrame_04() { // TODO Auto-genera... 阅读全文
posted @ 2019-04-09 11:24 小小超plus 阅读(158) 评论(0) 推荐(0) 编辑
摘要: public class ExampleFrame_03 extends JFrame { public static void main(String[] args) { // TODO Auto-generated method stub ExampleFrame_03 exampleFrame_02 = new ExampleFrame_03();... 阅读全文
posted @ 2019-04-09 10:41 小小超plus 阅读(258) 评论(0) 推荐(0) 编辑
摘要: public class ExampleFrame_02 extends JFrame{ public static void main(String[] args) { // TODO Auto-generated method stub ExampleFrame_02 exampleFrame_02 = new ExampleFrame_02(); ... 阅读全文
posted @ 2019-04-09 09:24 小小超plus 阅读(340) 评论(0) 推荐(0) 编辑
摘要: public class ExampleFrame_01 extends JFrame{ public static void main(String[] args) { // TODO Auto-generated method stub ExampleFrame_01 frame = new ExampleFrame_01(); fr... 阅读全文
posted @ 2019-04-09 09:14 小小超plus 阅读(489) 评论(0) 推荐(0) 编辑
摘要: 服务端 客户端 阅读全文
posted @ 2019-04-06 12:43 小小超plus 阅读(189) 评论(0) 推荐(0) 编辑
摘要: 服务器端 客户端 阅读全文
posted @ 2019-04-04 12:19 小小超plus 阅读(187) 评论(0) 推荐(0) 编辑
摘要: public class Address { public static void main(String[] args) { // TODO Auto-generated method stub InetAddress ip; try { ip = InetAddress.getLocalHost(); ... 阅读全文
posted @ 2019-04-04 10:53 小小超plus 阅读(2411) 评论(0) 推荐(0) 编辑
摘要: public class Test extends JFrame{ Thread threadA; public Test() { // TODO Auto-generated constructor stub Container c = getContentPane(); setDefaultCloseOperatio... 阅读全文
posted @ 2019-04-03 18:56 小小超plus 阅读(129) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 15 下一页