文件名称:jcolor
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2014-05-28
- 文件大小:
- 27kb
- 下载次数:
- 0次
- 提 供 者:
- jpu****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
Java调色板程序,尽管 javax.swing 包中提供了JColorPane 来设置颜色,但某些情况下可能必须自定义一个调色板
来设置颜色。其实,这样的实现并不困难,本例将演示一个基于RGB 的调色板程序,其效果如上图所示。当调节各个代表不同颜色数值的JSlider 滑块组件时,窗口上部的颜色将随之变化。-Java palette program, despite the javax.swing package provides JColorPane to set the color, but it may be necessary under certain circumstances a custom palette
To set the color. In fact, this is not difficult to achieve, in this case will demonstrate a procedure based on the RGB color palette, the effect shown above. When adjusting each color represents a different value of JSlider slider assembly, the upper part of the window will change color.
来设置颜色。其实,这样的实现并不困难,本例将演示一个基于RGB 的调色板程序,其效果如上图所示。当调节各个代表不同颜色数值的JSlider 滑块组件时,窗口上部的颜色将随之变化。-Java palette program, despite the javax.swing package provides JColorPane to set the color, but it may be necessary under certain circumstances a custom palette
To set the color. In fact, this is not difficult to achieve, in this case will demonstrate a procedure based on the RGB color palette, the effect shown above. When adjusting each color represents a different value of JSlider slider assembly, the upper part of the window will change color.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
JAva调色板程序\JCOLORDEMO\BAK\JCOLORDEMO\JCOLORDEMO.JAVA~1~
..............\..........\...\..........\MAINFRAME.JAVA~10~
..............\..........\...\..........\MAINFRAME.JAVA~11~
..............\..........\...\..........\MAINFRAME.JAVA~12~
..............\..........\...\..........\MAINFRAME.JAVA~13~
..............\..........\...\..........\MAINFRAME.JAVA~4~
..............\..........\...\..........\MAINFRAME.JAVA~5~
..............\..........\...\..........\MAINFRAME.JAVA~6~
..............\..........\...\..........\MAINFRAME.JAVA~7~
..............\..........\...\..........\MAINFRAME.JAVA~8~
..............\..........\...\..........\MAINFRAME.JAVA~9~
..............\..........\CLASSES\JCOLORDEMO\JCOLORDEMO.CLASS
..............\..........\.......\..........\MAINFRAME$COLORCANVAS.CLASS
..............\..........\.......\..........\MAINFRAME.CLASS
..............\..........\.......\PACKAGE CACHE\JCOLORDEMO.DEP2
..............\..........\JCOLORDEMO.HTML
..............\..........\JCOLORDEMO.JPX
..............\..........\JCOLORDEMO.JPX.LOCAL
..............\..........\JCOLORDEMO.JPX.LOCAL~
..............\..........\JCOLORDEMO.JPX~
..............\..........\SRC\JCOLORDEMO\JCOLORDEMO.JAVA
..............\..........\...\..........\MAINFRAME.JAVA
..............\..........\BAK\JCOLORDEMO
..............\..........\CLASSES\JCOLORDEMO
..............\..........\.......\PACKAGE CACHE
..............\..........\SRC\JCOLORDEMO
..............\..........\BAK
..............\..........\CLASSES
..............\..........\SRC
..............\JCOLORDEMO
JAva调色板程序