You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jmeter-dev@jakarta.apache.org by wo...@apache.org on 2005/08/30 16:25:06 UTC

cvs commit: jakarta-jmeter/src/core/org/apache/jmeter/gui AbstractJMeterGuiComponent.java

woolfel     2005/08/30 07:25:06

  Modified:    src/core/org/apache/jmeter/gui
                        AbstractJMeterGuiComponent.java
  Log:
  changed the namePanel to protected, so that subclasses can change the background
  color. did this for the reporting gui
  peter
  
  Revision  Changes    Path
  1.36      +3 -3      jakarta-jmeter/src/core/org/apache/jmeter/gui/AbstractJMeterGuiComponent.java
  
  Index: AbstractJMeterGuiComponent.java
  ===================================================================
  RCS file: /home/cvs/jakarta-jmeter/src/core/org/apache/jmeter/gui/AbstractJMeterGuiComponent.java,v
  retrieving revision 1.35
  retrieving revision 1.36
  diff -u -r1.35 -r1.36
  --- AbstractJMeterGuiComponent.java	17 Aug 2005 01:10:08 -0000	1.35
  +++ AbstractJMeterGuiComponent.java	30 Aug 2005 14:25:06 -0000	1.36
  @@ -68,7 +68,7 @@
   	private TreeNode node;
   
   	/** A GUI panel containing the name of this component. */
  -	private NamePanel namePanel;
  +	protected NamePanel namePanel;
   
   	/**
   	 * When constructing a new component, this takes care of basic tasks like
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-help@jakarta.apache.org