mirror of https://github.com/apache/jmeter.git
YELLOW already exists
git-svn-id: https://svn.apache.org/repos/asf/jakarta/jmeter/branches/rel-2-2@543916 13f79535-47bb-0310-9956-ffa450edef68
Former-commit-id: 57671a1828
This commit is contained in:
parent
afd109aa15
commit
94a55b38ca
|
|
@ -20,15 +20,9 @@ package org.apache.jmeter.gui.util;
|
|||
|
||||
import java.awt.Color;
|
||||
|
||||
/**
|
||||
* @author mstover
|
||||
* @version $Revision$
|
||||
*/
|
||||
public class JMeterColor extends Color {
|
||||
public final static Color dark_green = new JMeterColor(0F, .5F, 0F);
|
||||
|
||||
public final static Color YELLOW = new JMeterColor(1F, 1F, 0);
|
||||
|
||||
public final static Color LAVENDER = new JMeterColor(206F / 255F, 207F / 255F, 1F);
|
||||
|
||||
public final static Color purple = new JMeterColor(150 / 255F, 0, 150 / 255F);
|
||||
|
|
|
|||
Loading…
Reference in New Issue