Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » java plugin to see colors image on right side of the Color
java plugin to see colors image on right side of the Color [message #1856810] Wed, 04 January 2023 07:14 Go to next message
ro maktytski is currently offline ro maktytskiFriend
Messages: 1
Registered: January 2023
Junior Member
public final static Color COLOR_204 = new Color(204, 118, 47);
	public final static Color COLOR_202 = new Color(202, 202, 202);
	public final static Color COLOR_195 = new Color(195, 195, 195);
	public final static Color COLOR_193 = new Color(193, 193, 193);
	public final static Color COLOR_169 = new Color(169, 169, 169);
	public final static Color COLOR_149 = new Color(149, 149, 149);

Example i have java code with Color classes. I want to see what is the color on the image.
public final static Color COLOR_255 = new Color(255,0,0);
As the result i want to see red image square or see uploaded file to understand my idea.
index.php/fa/42815/0/


  • Attachment: 1.png
    (Size: 59.03KB, Downloaded 139 times)
Re: java plugin to see colors image on right side of the Color [message #1856820 is a reply to message #1856810] Wed, 04 January 2023 09:44 Go to previous message
Ed Merks is currently offline Ed MerksFriend
Messages: 33140
Registered: July 2009
Senior Member
Nothing exists to support that in Java files.

Ed Merks
Professional Support: https://www.macromodeling.com/
Previous Topic:"The package javax.xml is accessible" error... but only in test classes?
Next Topic:Color Syntax recommendation request
Goto Forum:
  


Current Time: Thu Apr 25 00:38:05 GMT 2024

Powered by FUDForum. Page generated in 0.02932 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top