嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在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