基本信息
源码名称:『Code』Java实现不规则窗体及渐变滚动字幕的源代码
源码大小:0.16M
文件格式:.zip
开发语言:Java
更新时间:2023-10-12
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 2 元 
   源码介绍
『Code』Java实现不规则窗体及渐变滚动字幕的源代码
不规则窗体的实现使用了Java 6u10版本JDK提供的方法,在未来的JDK Release版本中可能会有略有变化。 渐变字幕使用Java 2D渲染。 <br>开发环境:NetBeans6.1 Java 6 update 10。 <br>20080818

.
├── SplashSample
│   ├── build
│   │   └── classes
│   │       └── mobi
│   │           └── chenwei
│   │               └── sample
│   │                   └── splash
│   │                       ├── Canvas$1.class
│   │                       ├── Canvas$2.class
│   │                       ├── Canvas$3.class
│   │                       ├── Canvas.class
│   │                       ├── DIVX.png
│   │                       ├── SplashWindow$1.class
│   │                       └── SplashWindow.class
│   ├── build-before-profiler.xml
│   ├── build.xml
│   ├── dist
│   │   ├── README.TXT
│   │   └── SplashSample.jar
│   ├── manifest.mf
│   ├── nbproject
│   │   ├── build-impl.xml
│   │   ├── genfiles.properties
│   │   ├── private
│   │   │   ├── config.properties
│   │   │   ├── private.properties
│   │   │   ├── private.xml
│   │   │   └── profiler
│   │   │       └── configurations.xml
│   │   ├── profiler-build-impl.xml
│   │   ├── project.properties
│   │   └── project.xml
│   ├── src
│   │   └── mobi
│   │       └── chenwei
│   │           └── sample
│   │               └── splash
│   │                   ├── Canvas.form
│   │                   ├── Canvas.java
│   │                   ├── DIVX.png
│   │                   └── SplashWindow.java
│   └── test
└── 『Code』Java实现不规则窗体及渐变滚动字幕的源代码_SplashSample_01.zip

17 directories, 26 files