Welcome![Sign In][Sign Up]
Location:
Search - java applet paint

Search list

[OtherJAVA显示图像且用鼠标点击改变显示位置

Description: * 显示图像。鼠标点击改变显示位置 * 用 Applet 的方法 getImage() 产生图像Image * 用 Graphics 的方法 drawImage() 画出图像 * 在 paint() 方法中画图,或在鼠标事件侦听方法中画图 * 鼠标点击,产生 mouseClicked 事件-* display the image. Click on the mouse to change location * Use Applet method getImage () produces images * Image Graphics with the drawImage () * paint images in paint () method drawing, or the mouse incident interception methods drawing * mouse clicks have mouseClicked incident
Platform: | Size: 64964 | Author: 邰科 | Hits:

[JSP/JavaJavaApplet10

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:

[OtherJAVA显示图像且用鼠标点击改变显示位置

Description: * 显示图像。鼠标点击改变显示位置 * 用 Applet 的方法 getImage() 产生图像Image * 用 Graphics 的方法 drawImage() 画出图像 * 在 paint() 方法中画图,或在鼠标事件侦听方法中画图 * 鼠标点击,产生 mouseClicked 事件-* display the image. Click on the mouse to change location* Use Applet method getImage () produces images* Image Graphics with the drawImage ()* paint images in paint () method drawing, or the mouse incident interception methods drawing* mouse clicks have mouseClicked incident
Platform: | Size: 64512 | Author: 邰科 | Hits:

[JSP/Javaweiqigame

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:

[JSP/JavaJAVAhuatubanchangxu(pb)

Description: 一个简单的java画图小程序,可绘制直线、圆、矩形等-Paint a simple java applet can draw a straight line, round, rectangular, etc.
Platform: | Size: 4096 | Author: 傅红雪 | Hits:

[Windows Developpaint

Description: 一个客户端画图小程序,有GUI界面,可以练练手-Paint a client applet, has GUI interface, you can hand练练
Platform: | Size: 4096 | Author: chencheng | Hits:

[JSP/JavaChapter15

Description: java applet Ch15_ HwLoop 有PAINT STOP 等功能-java applet Ch15_15_HwLoop has features such as PAINT STOP
Platform: | Size: 2048 | Author: 王宇 | Hits:

[JSP/Javajava

Description: 了解Java语言的发展历史和Java平台的应用划分。 了解Java语言的特点及其实际应用领域。 了解Java开发环境及开发工具,掌握如何设置开发环境及如何编译和运行Java程序。 熟悉几种不同类型的Java程序-import java.applet.* import java.awt.* public class FirstApplet extends Applet { public void paint(Graphics g) { g.drawString("Hello World!",25,50) }
Platform: | Size: 452608 | Author: yuhailong | Hits:

[Otherjava_paintboard

Description: 画图小程序,java画图板,可读取、保存jpg格式图像-Paint applet
Platform: | Size: 198656 | Author: linx | Hits:

[Windows DevelopDrawpad

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:

[Game Programscribble-source

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:

[JSP/JavaMousePaint

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:

[JSP/JavaPaint-Chat

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:

[JSP/Javashuixian

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:

[JSP/JavaJavaB-

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:

[JSP/JavaPaint

Description: Java-applet for painting
Platform: | Size: 2048 | Author: Pavel | Hits:

[2D Graphicpaint

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:

[JSP/JavaJava-languageprogram

Description: Java快速入门Java是美国Sun Microsystems公司于1995年5月正式发布的程序设计语言,它是前身是公司为智能消费类家用电器(如:电视机、电话、闹钟、烤面包机)研究而开发的,直到1993年Web开始在Internet上盛行,开发小组试着将这一技术转移到Web网络上,并获得了空前的成功。- java course import java.awt.Graphics import java.applet.Applet public class Hello2 extends Applet{ public String s public void init(){ s=new String("欢迎你学习Java语言!") } public void paint(Graphics g){ g.drawString(s,50,50) } }
Platform: | Size: 117760 | Author: kaifa | Hits:

[Game Programpaint

Description: 用applet绘制出一些带间隔的图形,用于java嵌入applet的用例。-paint by java and applet.
Platform: | Size: 1024 | Author: wudahua | Hits:

[Game Programpaint

Description: Aquí tienes un pequeñ o applet de ejemplo de un paint en java
Platform: | Size: 6144 | Author: jada | Hits:
« 12 »

CodeBus www.codebus.net