资源简介
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个文件信息
相关资源
- pthreads-w32-2-9-1-release.zip
- SpringBoot+H2+mybatis-plus59130
- 登录注册界面.zip48872
- 数字华容道
- SSM+Shiro+redis实现单点登陆
- jstl-api-1.2和jstl-impl-1.2
- 基于MVC模式的会员管理系统
- STM32基于rt_thread操作系统的SDHC卡文件
- 国内一家大型软件公司内部的正规软
- 仿windows记事本
- GUI银行管理系统
- 超市收银系统eclipse access大学课程设计
- 模拟ATM柜员机系统--连接数据库
- A*算法的2D演示(带源码)
- 代码审查表和代码审查实例
- 仿126 网易 163 邮箱 界面
- Tomcat6.x
- 简单的行编辑器
- 扫雷(MVC架构)
- 302 Found
- window ping命令加时间并记录日志
- springboot+rabbitmq项目demo(亲测可正常运
- jxbrowser 所有版本通用的破解包
- 2017年-传智播客-张志君老师-SpringBoo
- Blob.js+Export2Excel.js
- 机会路由源代码+仿真工具(SCORP)
- POI中文帮助文档附带api手册.zip
- 2018双十一阿里供应链服务平台讲座
- 原银在线信贷平台概要设计说明书v
- office_word_api 开发文档
评论
共有 条评论