资源简介
eclipse多线程的实现,简单动画操作,源代码
代码片段和文件信息
package com.test.michael.application;
import javax.swing.WindowConstants;
import javax.swing.SwingUtilities;
public class NewJframe extends javax.swing.Jframe {
/**
* Auto-generated main method to display this Jframe
*/
public static void main(String[] args) {
SwingUtilities.invokeLater(new Runnable() {
public void run() {
NewJframe inst = new NewJframe();
inst.setLocationRelativeTo(null);
inst.setVisible(true);
}
});
}
public NewJframe() {
super();
initGUI();
}
private void initGUI() {
try {
setDefaultCloseOperation(WindowConstants.DISPOSE_ON_CLOSE);
pack();
setSize(400 300);
} catch (Exception e) {
e.printStackTrace();
}
}
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 375 2008-10-31 15:35 Animation\.classpath
文件 765 2008-10-31 15:35 Animation\.project
文件 123 2008-10-31 15:35 Animation\.settings\org.codehaus.groovy.eclipse.preferences.prefs
文件 272 2008-10-31 15:35 Animation\.settings\org.eclipse.jdt.core.prefs
文件 732 2008-10-31 15:35 Animation\bin\com\test\michael\application\NewJfr
文件 932 2008-10-31 15:35 Animation\bin\com\test\michael\application\NewJfr
文件 1089 2008-10-31 15:35 Animation\bin\test\MyPanel$AnimationThread.class
文件 3508 2008-10-31 15:35 Animation\bin\test\MyPanel.class
文件 872 2008-10-31 15:35 Animation\bin\test\TestAnimation.class
文件 574 2008-10-31 15:35 Animation\bin\test\TestApplication.class
文件 4174 2008-10-31 15:35 Animation\bin-groovy\com\test\michael\application\Sdfa.class
文件 96743 2008-10-31 15:35 Animation\image\country.jpg
..A.SH. 14336 2008-11-16 12:43 Animation\image\Thumbs.db
文件 16981 2008-10-31 15:35 Animation\image\tiger.png
文件 16519 2008-10-31 15:35 Animation\image\tiger_stop.png
文件 697 2008-10-31 15:35 Animation\src\com\test\michael\application\NewJfr
文件 3576 2008-10-31 15:35 Animation\src\test\MyPanel.java
文件 485 2008-11-16 12:43 Animation\src\test\TestAnimation.java
文件 241 2008-11-16 12:43 Animation\src\test\TestApplication.java
目录 0 2008-10-31 15:35 Animation\bin\com\test\michael\application
目录 0 2008-10-31 15:35 Animation\bin-groovy\com\test\michael\application
目录 0 2008-10-31 15:35 Animation\src\com\test\michael\application
目录 0 2008-10-31 15:35 Animation\bin\com\test\michael
目录 0 2008-10-31 15:35 Animation\bin-groovy\com\test\michael
目录 0 2008-10-31 15:35 Animation\src\com\test\michael
目录 0 2008-10-31 15:35 Animation\bin\com\test
目录 0 2008-10-31 15:35 Animation\bin-groovy\com\test
目录 0 2008-10-31 15:35 Animation\src\com\test
目录 0 2008-10-31 15:35 Animation\bin\com
目录 0 2008-10-31 15:35 Animation\bin\test
............此处省略12个文件信息
相关资源
- ATM柜员机模拟程序毕业设计
- 数据结构课程设计学生信息管理系统
- 网吧管理系统带源代码
- 最新计算机系毕业设计选题大全.doc
- PTV热力学计算助手
- springcloud+skywalkingdemo.zip
- 本人做的一个网站,是一个学生会的
- springboot与netty整合
- GP学习总结
- 详细设计模板
- 计算机毕业设计源码与全部论文
- 纯JS实现前端购物车案例.rar
- 三国杀武将张昌蒲技能计算器
- Head First 系列丛书网盘资源
- 企业人事管理系统开题报告
- QT5线程QThread使用
- 淘宝天猫秒杀JS源码
- threadx 在arm9 上的移植指导
- arcgis for js 4.5 仿qq截图 地图截屏
- jdk8安装包
- js实现问卷调查及问卷反馈提交
- 用zgf实现触屏控制和虚拟按键
- 用zgf框架实现逐帧动画
- jdk中设计模式
- UDP 高并发的实现
- pthread+多线程编程技术.pdf
- jdk-8u11-linux-x64.tar.gz
- construct2 三消
- 笛卡尔心形
- sourceTree使用及产品证书
评论
共有 条评论