搜索资源列表
graphic
- 包括6个JAVA图形编程的实例,分别是圆形按钮的制作,捕捉桌面,缩放图片,能画线、圆和矩形等多种图形的图形编辑系统,利用JAVA 3D实现3D编程,还有一个非常好的时钟程序-Including the six examples of graphical programming JAVA, namely the production of radio button, capture desktop, zoom images, to draw lines, circular and rectangu
minipainter
- 一个简单绘图程序,可以实现一下功能: ◎提供一个图形用户界面,主要由操作鼠标来响应用户动作; ◎允许用户绘制直线、矩形、椭圆、圆等几何图形。 ◎允许用户改变画笔的颜色。 ◎能显示绘画笔的当前颜色以及按钮的激活状态。 ◎可以实现用颜色填充封闭的图形。 -A simple drawing program, what functions can be achieved: ◎ provide a graphical user interface, the main by the
jquery_php_crop
- PHP+jQuery上传图片并对已上载的图片进行裁切,目前比较流行的技术。上传成功后,插件会自动显示上传后及载切后的部分图像 ,这时你可以自己拖动鼠标划出一个区域,并可以移动这些区域,在最终效果图上会显示你所作的操作,最后点击裁切保存按钮会最终保存图像。 -PHP+ jQuery upload images and pictures have been uploaded for cutting, the current popular technologies. From After the s
java1
- 本例制作一个会滚动的圆盘的小动画,执行例实例后,将创建一个由蓝白两种颜色组成的面板,其上有一个静止的黑色圆盘。当点击start按钮时,圆盘开始滚动,接触到边界时反弹,当点击stop按钮时,圆盘停止运动。本实例的知识点有:使用Java2D技术来绘制图形。如何通过线程控制动画。-This example will produce a small rolling disc animation, examples of the implementation of cases, it will creat
chessgame
- 用按钮实现的井子棋游戏,连成三个者胜出,反之,失败,如果最终没人练成三个,则平局-Use the button to achieve a well child chess game, and even into the three is the winner, conversely, failure, if the end no one excel at three, then a draw
huatu
- //2.2编写一个APPLET程序 //当按下屏幕下方的按钮时, //上方画出相应的图形 //要求屏幕上在任一时刻只能有一个图形存在。本程序画的是三角形和正方形-//APPLET 2.2 write a program// bottom of the screen when you press the button,// Draw the top of the corresponding graphic// requests on the screen at any one time
drawingpanel
- Java 写的画图板,通过这个小程序,大家可以了解到:建立输入输出流、按钮数组,存放以下名称的功能按钮、创建基本操作按钮,包括"新建"、"打开"、"保存"等、定义铅笔画,也就是用鼠标拖动着随意绘图、绘制以指定颜色填充的实心矩形、绘制以指定颜色填充的实心椭圆、绘制以指定颜色填充的实心圆角矩形、橡皮擦,可用来擦去已经绘制好的图案、选择颜色按钮,可用来选择需要的颜色、选择线条粗细的按钮,输入需要的数值可以实现绘图线条粗细的变化…… -Java to write the drawing board,
2
- 画出多条直线,按住鼠标左键点为起始点,移动鼠标,释放左键的地方为终止点。-Draw a number line, hold down the left mouse button as the starting point, move the mouse, release left the place for the termination point.
jsGraphicsDemo2010.11.17.22.07
- 矢量图形编辑系统基于一个javascr ipt库JSDRAW2D,该库中封装了绘制各种图元的函数。提供了设置图元的基本属性的类库。该类库采用纯javascr ipt和DOM语言编写。以一个像素的DIV作为矢量图形的最小单位,所以绘制出来的图形具有速度快,占用空间小的优势。 矢量图形编辑系统,采用动态绘制,选择所需的图形按钮,在绘图区,随着鼠标拖动,同代绘制图形。同时该系统采用AJAX技术,将绘制好的图形的基本属性,传入服务器中,保存到图形数据库中。 -Vector graphics ed
FLASH
- 有三个盒子可以抽奖。每次只能抽其中一个(即鼠标点哪个就是抽哪个)有三种不同奖品。我现在做的是抽1号盒子就是1号奖品,2号盒子就是2号奖品(即盒子就是按钮,点中后跳转到指定帧。但我要的效果是抽1号盒子,随机出来1-3号奖品。-There are three boxes to draw. Only drawn one time (ie click of the mouse which is pumping which) there are three different prizes. I am n
zl1
- 用户在文本框输入圆的半径,然后随机产生一个坐标位置,在屏幕上画圆,通过其他组件(如:JTextArea)输出圆的直径、周长和面积。另外提供一个按钮,可以清除屏幕,重新画圆。 -Users in the text box input round radius, then randomly generated a coordinate location, on the screen to draw circles, through other components (e.g. JTextArea
TurnTable
- 一朋友工作需要要我帮写的一个小程序,后来他没用上,放上来,有用的拿去.纯用AS写的,容量相对有点大.该程序需要web服务器支持,可自定义奖品数量,种类及分布,转盘的旋转方向,旋转圈数,旋转时间等,点击中奖按钮时会发送一个http请求,由web服务器决定中奖的奖项,响应相应内容,转盘才开始旋转,web服务器亦可传递js指令,让程序在点击按钮后执行相应的js指令,请求的url及相关参数可自行配置.转盘可以重复的抽奖,每次旋转结束后会自动调用一个事先配置好的js函数.详见使用说明.-A friend
saolei
- 模仿Windows的扫雷,完成扫雷游戏的全部功能。 定制JButton,书写自己的按钮类。 理解重载,运用重载完成游戏初级、中高级游戏功能。 掌握ActionListener等事件的注册、添加、操作等。 使用Grahpics能够绘制一般的图形、根据需要定制自己需要的复杂图形。-Imitate the Windows Minesweeper, completed all of the features of the mine-sweeping game. Custom JButto
Win1.0
- asp随机抽奖程序,此为简版,主要实现功能: 1、按顺序抽取奖品,动态滚动效果。 2、点鼠标左键正常抽取人员。 3、点鼠标右键可抽取指定人员(干什么,想想就知道了)。 4、本程序为很多公司抽奖所用,特此发布。 5、此为简版,不加密,欢迎讨论此程序,不限制拿去改版或者开发。 6、另有标准版,可实现按人抽奖或按奖抽人、日常后台管理、另还欢迎定制本程序。 7、演示请直接点www.iriji.com.exe运行。 高爱银、谭榕霞、邱志诚三人为内定名单人员 左键点
accessLabTwo
- 用户界面 按相应的按键画出相应的图形 或者是改变图形的颜色-press the button to draw the relevant shape or draw the shape in relevant colors
Example7_19
- java课程作业。单击输入按钮,在登记考生姓名和分数的同时,立即绘制当前人数的分数分布统计饼图-java coursework. Click the Enter button to register the candidates names and scores at the same time, the number of scores immediately draw current distribution statistics pie
Score
- java 图形用户界面编程.设计一个考试分数分布统计程序,要求该程序: 1) 提供输入界面,可输入考生姓名和分数; 2) 单击输入按钮,在登记考生姓名和分数的同时,立即绘制当前人数的分数分布统计饼图(分为优秀、良好、中等、不及格) -. java programming graphical user interface to design a test score distribution statistics program requires the program: 1) to
javaSET
- 设计一个简单的Win32程序,该程序窗口内正上方居中显示“Windows API画线程序演示”字样,在程序窗口内任意位置按下鼠标左键并拖动到窗口范围内任意位置,松开鼠标左键即可绘制一条蓝色的直线。-Centered above the word Windows API program demonstrates drawing a line anywhere in the program window by pressing the left mouse button and drag to
jquery_php_crop
- PHP+jQuery上传图片并对已上载的图片进行裁切,目前比较流行的技术。上传成功后,插件会自动显示上传后及载切后的部分图像 ,这时你可以自己拖动鼠标划出一个区域,并可以移动这些区域,在最终效果图上会显示你所作的操作,最后点击裁切保存按钮会最终保存图像。-PHP+jQuery upload pictures and images have been uploaded to cut, the current popular technology. After the success of the
ECLIPSE
- android 模仿windows 自制画板 Android 随手势滑动销毁(finish)Activity Android-Material-circular-button图片切换和按钮联动效果 Android的graphics绘制了印章图像 android电子签名,屏幕上手写签名 Android截图,圆形,Canvas android实现的公章效果 Android手写签名-Android imitation windows homemade drawing boa