thread
文章平均质量分 77
lyon-yao
程序袁
展开
-
java 实现网络检测
用windows 的命令 class MyPing extends Thread{ private User user=null; public void run() { Process process; boolean status=false; try { process = Runtime.getRuntime().exec("ping "+user原创 2013-05-17 17:02:03 · 720 阅读 · 0 评论 -
Jpanel 绘制界面 刷新
/* java JPanel绘制 */ import javax.swing.*;import java.awt.*; public class Twoball { public Twoball() { JFrame f = new JFrame(); f.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE); MyPanel mp原创 2013-05-17 17:03:18 · 1260 阅读 · 0 评论