sebb 2004/10/10 17:55:46
Modified: src/monitor/components/org/apache/jmeter/visualizers Tag:
rel-2_0 MonitorPerformancePanel.java
Log:
Make some constants final
Revision Changes Path
No revision
No revision
1.5.2.1 +5 -5
jakarta-jmeter/src/monitor/components/org/apache/jmeter/visualizers/MonitorPerformancePanel.java
Index: MonitorPerformancePanel.java
===================================================================
RCS file:
/home/cvs/jakarta-jmeter/src/monitor/components/org/apache/jmeter/visualizers/MonitorPerformancePanel.java,v
retrieving revision 1.5
retrieving revision 1.5.2.1
diff -u -r1.5 -r1.5.2.1
--- MonitorPerformancePanel.java 19 Mar 2004 23:19:48 -0000 1.5
+++ MonitorPerformancePanel.java 11 Oct 2004 00:55:46 -0000 1.5.2.1
@@ -62,13 +62,13 @@
JMeterUtils.getResString("monitor_legend_memory_per");
public static final String LEGEND_THREAD =
JMeterUtils.getResString("monitor_legend_thread_per");
- public static ImageIcon LEGEND_HEALTH_ICON =
+ public static final ImageIcon LEGEND_HEALTH_ICON =
JMeterUtils.getImage("monitor-green-legend.gif");
- public static ImageIcon LEGEND_LOAD_ICON =
+ public static final ImageIcon LEGEND_LOAD_ICON =
JMeterUtils.getImage("monitor-blue-legend.gif");
- public static ImageIcon LEGEND_MEM_ICON =
+ public static final ImageIcon LEGEND_MEM_ICON =
JMeterUtils.getImage("monitor-orange-legend.gif");
- public static ImageIcon LEGEND_THREAD_ICON =
+ public static final ImageIcon LEGEND_THREAD_ICON =
JMeterUtils.getImage("monitor-red-legend.gif");
public static final String GRID_LABEL_TOP =
JMeterUtils.getResString("monitor_label_left_top");
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]