摘要: 示例1:SwingAndThread package com.etc.jichu; import java.awt.Container; import java.net.URL; import javax.swing.Icon; import javax.swing.ImageIcon; import javax.swing.JFrame; import javax.swing.JLabe... 阅读全文
posted @ 2017-01-02 16:15 ATJAVA 阅读(172) 评论(0) 推荐(0) 编辑
摘要: 示例1:Address package com.etc.jichu; import java.net.InetAddress; public class Address { public static void main(String[] args) { InetAddress ip; try { ip = InetAddress.getLocalHost(); String localnam... 阅读全文
posted @ 2017-01-02 14:57 ATJAVA 阅读(222) 评论(0) 推荐(0) 编辑
摘要: 在Form表单中使用验证码: "> 在Form表单中使用验证码 --> 数字字母混合验证码: 中文验证码: 英文验证码: 数字验证码: ... 阅读全文
posted @ 2017-01-02 12:56 ATJAVA 阅读(794) 评论(0) 推荐(0) 编辑
摘要: { initialize(); } private void initialize() 阅读全文
posted @ 2017-01-02 11:38 ATJAVA 阅读(263) 评论(0) 推荐(0) 编辑