搜索资源列表
20050309222620689118
- 用JAVA编写的绘图程序 功能简介: 支持存储,格式为XML,并支持颜色信息的存取,有导出为图片功能 支持多个组件选择:CTRL选择(或取消)和拉框选择或是复合选择(或取消) 支持多个组件拖动:选择多个组件可以同时拖动 支持全选功能和-with JAVA drawings prepared by the procedure functional descr iption : Memory, the format of the XML, and supports col
20050309222620689118-4449
- --sunfruit 用JAVA编写的绘图程序,使用JAVA 2D API 提供源代码下载 JDK版本 1.4.x 功能简介: 支持存储,格式为XML,并支持颜色信息的存取,有导出为图片功能 支持多个组件选择:CTRL选择(或取消)和拉框选择或是复合选择(或取消) 支持多个组件拖动:选择多个组件可以同时拖动 支持全选功能和复制功能和删除功能,并提供快捷方式 单个组件支持右键菜单,其中包括设置组件名称功能 在担任dramflow.xml中设置相关属性 连线规则: 直线的起点和终点在两个不同的组件上
javaDrawingPan
- java实现的画图板,可以完成画方形、圆形、选择颜色、填色、选定、删除、缩放等功能-java implementation of the drawing board, to be completed painting square, round, choose a color, coloring, select, delete, zoom functions
JAVA_Swing
- javax.swing | 最常用的pachage,包含了各种swing组件的类 javax.swing.border | 包含与swing组件外框有关的类 javax..swing.colorchooser | 针对swing调色盘组件(JColorChooser)所设计的类 javax.swing.event | 处理由swing组件产生的事件,有别于AWT事件 javax.swing.filechooser | 包含针对swing文件选择对话框(JFileChooser)所
ListcColor
- 通过在列表框中选择颜色来改变背景的颜色,简单,方便。-Through the list box, select the color to change the color of the background, a simple and convenient.
Final_Notepad
- 编写的Java版本简易记事本程序,拥有与Windows记事本几乎完全相同的功能(复制、粘贴、全选、更改字体或颜色,等等)。程序仅靠一文件即实现,内容清晰明了。-This is a Java version of the Notepad program, with almost identical functions with the Windows Notepad function (copy, paste, select all, change the font or color, etc.
flash_select_color
- flash文件,用于选择颜色的例子,类似于windows画图板内的颜色选择窗口-a flash demo to select color
datechooser
- Java日期选择控件完整源代码,源码文件功能说明: [DateChooser.java] Java 日期选择控件(主体类) [public] [TablePanel.java] 日历表格面板 [ConfigLine.java] 控制条类 [RoundBox.java] 限定选择控件 [MonthMaker.java] 月份表算法类 [Pallet.java] 调色板,统一配色类-Date Select complete Java source co
drawingpanel
- Java 写的画图板,通过这个小程序,大家可以了解到:建立输入输出流、按钮数组,存放以下名称的功能按钮、创建基本操作按钮,包括"新建"、"打开"、"保存"等、定义铅笔画,也就是用鼠标拖动着随意绘图、绘制以指定颜色填充的实心矩形、绘制以指定颜色填充的实心椭圆、绘制以指定颜色填充的实心圆角矩形、橡皮擦,可用来擦去已经绘制好的图案、选择颜色按钮,可用来选择需要的颜色、选择线条粗细的按钮,输入需要的数值可以实现绘图线条粗细的变化…… -Java to write the drawing board,
JMenuE
- 菜单事例窗口,可实现窗口打开退出功能和格式选择窗口,格式选择可实现颜色编辑和字体编辑功能-Example menu window, the window opens out to achieve functional and format selection window, select the format to achieve the color and font editing editing
MyPalette
- 调色板工具,可以用滚动条选择三原色:红、绿、蓝的具体0-255的数值,面板上显示出三原色的混合色,可以用来自己调色用。-Palette tool, you can use the scroll bar to select the three primary colors: red, green and blue values of specific 0-255, the panel shows the three primary colors mixed color palette can be
windows
- 在一个窗口中实现手动画图,窗口中右击可弹出菜单,选中菜单中的的”选择颜色”和”选择线型”可以选择颜色和线型画图-Implemented manually in a window drawing, right-click to pop-up menu window, select the menu' s " Select Color" and " select line" you can choose the color and line drawing
java
- java开发的信号灯小程序,通过点击按钮选择显示的信号灯的颜色。-java applet developed by lights, by clicking on the button to select the color display of the signal.
Highlight
- flex写的一个文本高亮程序,可以自主选择高亮区域,颜色在代码中设定,文本为textarea,myEclipse环境编写,希望有帮助-write a text highlighting flex program that can self-select the highlighted area, the color set in the code, text textarea, myEclipse environmental writing, hope to help
chat_room_java
- 本文讨论了如何利用java技术开发聊天室系统,基本满足了结构化、界面友好、速度快、安全性以及稳定性等特点。 系统着重研究并实现了网络应用的部分。根据实现的情况看,具有较友好的聊天界面生成效果,以及流畅的网络通信效果。生成的聊天室可以达到基本的聊天要求,具有较高的研究价值。 系统具有目前聊天室的基本功能:包括支持多种头像,字色,语气选择,支持emote,支持私聊,支持在线聊友查找,支持分屏显示,支持用户定制自己的私人头像,支持脏话过滤,支持嘉宾聊天。屏蔽掉自己讨厌的人物,可以给所有聊友发公
Java-date
- Java中的一个日期选择程序,方便的在你的程序中加入日期选择的功能,含有一个示例程序,比较漂亮,你也可以自己修改颜色。使用方便,两三行代码就ok了,控制条里的按钮按住半秒后会快速翻动-Select a date in the Java program to facilitate the program in your choice of features to add the date, contains a sample program, more beautiful, you can als
draw
- 这个程序用C#语言编写,实现普通画笔的功能,用户能通过移动鼠标选择划线的种类,线条颜色,一些常用的规则图形等,功能齐全,很好使用。-This program written using C# to achieve the functions of ordinary pen, users can move the mouse to select the type of marking, line color, some common rules for graphics, fully functi
Webqq
- 主要技术: (1)弹出新窗口时,自动关闭父窗口。 (2)弹出窗口居中显示 (3)从网页对话框中选择头像 (4)应用Ajax技术实现用户名的检测,同时应用ASP实现UTF-8到GB2312的编码问题进行解决。 (5)验证输入的日期格式是否正确 (6)客户端验证输入的Email地址格式是否正确 (7)在ASP中使用ctrl+enter实现表单提交。 (8)解决ASP进行程序开发时遇到的错误。 (9)解决当前用户在不在线的问题,如果在线的话就显示彩色头像,如果不在线
bsbutton
- 这是一个flash源文件,效果很好,测试平台为flash 8.0(如果提示问题请选择合适的版本试试),代码的效果是:变色按钮-This is a flash source file, with good results, the test platform for the flash 8.0 (if the question, please select the appropriate version to try), the effect of the code is: color butto
tryfontwebcolor
- 选择标准web字体颜色, 按颜色关键字分类(select web font color)