Description: 自编的十个Java applet小程序,有绘制笑脸,移动笑脸,闪烁字幕,正旋余玄曲线等,还有一些组合框的控件。 -writing small programs Java applet, drawing a smiley face, mobile smiling, flashing subtitles, is rotating Yuxuan curve, and some combination of the control box. Platform: |
Size: 13312 |
Author:东方不亮 |
Hits:
Description: java写的围棋游戏小程序
开发思路
调用applet类作为父类。在init事件中调用Qipan类,作出panel,上加控制用控件。在paint事件里调用drawline函数画棋盘,注册鼠标动作。鼠标单击位置上用drawoval画出棋子,
事件处理过程
A。重新开始
B。选择尺寸
C。悔棋事件
D。前进事件
有三个文件Weiqi.java,Qizi.java,Qipan.java
-Go write java applet game called applet type of development as a parent. Onload event in the init category Qipan make panel, adding controlling controls. Call in the paint incident drawLine function painting board, registered mouse movements. Mouse click position drawoval draw with a pawn, event processing A. A fresh start B. Select Size C.悔棋incident D. There are three documents forward events Weiqi.java, Qizi.java, Qipan.java Platform: |
Size: 4096 |
Author:常玉香 |
Hits:
Description: 一个类似windows功能的画图板,具备画图的各种基本功能,适合作为Java的课程设计小程序。-Paint windows feature a similar plate, with a variety of basic drawing functions, curriculum design is suitable as a Java applet. Platform: |
Size: 65536 |
Author:kdj |
Hits:
Description: This a simple java applet implementation of a paint-brush style program. It has the basic drawing tools such as pen, line, filled and non-filed rectangles and ellipses and color manipulation options, other than that its really boring, but a good example of how to use java s graphics libraries-This is a simple java applet implementation of a paint-brush style program. It has the basic drawing tools such as pen, line, filled and non-filed rectangles and ellipses and color manipulation options, other than that its really boring, but a good example of how to use java s graphics libraries Platform: |
Size: 14336 |
Author:nandish.hebbal |
Hits:
Description: 用Java applet实现一个简单的画图程序,可以画直线,圆,矩形等简单的图形-With a Java applet to implement a simple paint program, you can draw lines, circles, rectangles and other simple graphic Platform: |
Size: 1024 |
Author:姚遥 |
Hits:
Description: 一种靠java applet 传递数据的交互web聊天工具,拥有画图和聊天2种功能-One kind of data transfer by the java applet interactive web chat, drawing and chat with 2 functions Platform: |
Size: 437248 |
Author:张华 |
Hits:
Description: 编写Java Applet, 在public void paint(Graphics g)方法中加入实现要求功能的代码, 主要步骤是:从100到1000循环,判断每个数是否符合水仙花数的特点,是则输出之。-Writing Java Applet, in public void paint (Graphics g) method to realize the function requirements of the code, the main steps are: from 100 to 1000 circulation, judge whether each number with the number of daffodils characteristic, is the output. Platform: |
Size: 3072 |
Author:袁木 |
Hits:
Description: 《Java语言程序设计》源代码
很好的JAVA入门的好的代码-*/
import java.awt.Graphics
public class HelloToJava extends java.applet.Applet {
/** Initialization method that will be called after the applet is loaded
* into the browser.
*/
public String sHello
public void init() {
// TODO start asynchronous download of heavy resources
sHello="欢迎来到Java世界!"
}
public void paint(Graphics g){
g.drawString(sHello, 50, 50)
}
// TODO overwrite start(), stop() and destroy() methods
}
Platform: |
Size: 190464 |
Author:万利 |
Hits:
Description: java编写的有趣的小程序,点击按钮可以显示2d的动画。可以直接用jdk打开jar文件来运行程序。-Interestingly, the preparation of java applet, click the button can be displayed 2d animation. Can be used directly jdk to open the jar file to run the program. Platform: |
Size: 33792 |
Author:于金民 |
Hits: