![]() |
How to Use Color Class in Java - With Examples
Here we go. This example is used to illustrate that “how we can use color class in java?” We several time need to color our panel, label, or form. For this java provide us Color class in awt package i.e “java.awt.Color.java”.
This class has seven - number of constructor. But the widely used constructors are following:
Now following are the examples listing the use of Color class in java. Example 1: Simple program to color a form or label or panel. In this program I have three panels p1 ,p2 and p3. P1 panel has been colored with constructor having three different integer values, i.e. with RGB value 23, 32, 13 respectively. P2 panel has been colored with constructor having a single integer value passed as an argument, i.e. with RGB values 123, 123, 123 respectively. P3 panel is added simply to the form, i.e. with no background. Code: JAVA
Example 2: This example is advance of above. In this the color has been changed using text boxes and applied via a click on button named “Fill Color”. For this purpose we have to use an action listener. Here three text boxes have been declared to take the value of RGB as an input. Then on click button an action listener is activated so that every time we click, the start its work and change the color depending upon this RGB value. Code: JAVA
|
Re: How to Use Color Class in Java - With Examples
If you liked this article do nominate this article for Article of the month - Sep 2010 Before 15th of October 2010.
|
Re: How to Use Color Class in Java - With Examples
I would like to appreciate this kind of article to review my java's skill every day!
|
Re: How to Use Color Class in Java - With Examples
Article selected for voting for Article of the month - Sep 2010. Cast your vote now before October 27th, 2010
|
Question on java
pls i want to do a project on cloud computing with erp(enterprise resource plannin) pls i need java source code to cover this cuz my project is incomplete without the codes...
|
Re: How to Use Color Class in Java - With Examples
i want to do project in java or .net plz help to chose the project topic or the coding of this project
|
| All times are GMT +5.5. The time now is 15:13. |