首页| 行业标准| 论文文档| 电子资料| 图纸模型
购买积分 购买会员 激活码充值

您现在的位置是:团子下载站 > 电子书籍 > java多线程编程实例 (源程序)

java多线程编程实例 (源程序)

  • 资源大小:111
  • 上传时间:2021-08-17
  • 下载次数:0次
  • 浏览次数:22次
  • 资源积分:1积分
  • 标      签: JAVA

资 源 简 介

java多线程编程实例 import java.awt.*;import javax.swing.*; public class CompMover extends Object { private Component comp; private int initX; private int initY; private int offsetX; private int offsetY; private boolean firstTIme; private Runnable updatePosiTIonRun;  private Thread internalThread; private volaTIle boolean noStopRequested;  public CompMover(Component comp,     int initX, int initY,    int offsetX, int offsetY
VIP VIP