搜索资源列表
MyApplet
- 一个风扇,可以正转,倒转,并可由滚动条控制速度-a fan, one can turn, reversed and can control the speed of the rolling
FanControlPanel
- 用多线程技术实现的模拟电风扇,可以控制电风扇的开始暂停,转速的大小-use multithreading technology to achieve simulation fans will be able to control an electric fan suspended, the size of Speed
ElectricFanFrame
- 功能描述 1.模拟现实中风扇的吹风功能。 2.能运用按钮控制风扇的开关和风扇的旋转速度。 3.加入JSlider滑条,用此调节风扇转速。 -Functional Descr iption 1. Simulated reality of the hair fan function. 2. To use the switch button to control the fan and fan rotation speed. 3. JSlider joined
DrawArcs
- (1)当按下加速时可以加快小风扇的旋转速度。 (2)当按下反转时可以反着旋转, (3)当按下减速时减速转动。 (4)当按下反转时可以反转 (5)可以暂停 (6)同时可以通过滚动条来控制小风扇的旋转速度,当拖动滑动条时可以-(1) when you press the acceleration can speed up a small fan rotation speed. (2) when pressed against the rotation can be reve
fs.java
- 实现风扇的一些操作。包含3个小风扇,可分别控制快慢,开始或结束也可单独控制。-Some operations to achieve fan. Contains 3 small fans, which can control the speed, the beginning or end can be controlled separately.
AnalogFan
- 版本2:满分 15 分 修改版本 1 中Fan 类,让其继承 JPanel 类,并且把 color属性设置为 Color类型,默认 属性为 red。随机产生 radius ,取值范围为 1-5;随机产生颜色,取值范围为 red、blue 、yellow 、 green、orange ;根据 color、radius 属性值绘制风扇。运行如下图: 版本3:满分 20 分 让版本 2 中的风扇转起来。创建一个 FanControl 类包含以下内容:Start