|
From: Lukas P. <pe...@us...> - 2002-08-07 18:17:14
|
Update of /cvsroot/javaprofiler/module/net/sourceforge/javaprofiler/module/views
In directory usw-pr-cvs1:/tmp/cvs-serv5075
Modified Files:
ActiveThreadsView.java
Log Message:
inner area color set
Index: ActiveThreadsView.java
===================================================================
RCS file: /cvsroot/javaprofiler/module/net/sourceforge/javaprofiler/module/views/ActiveThreadsView.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** ActiveThreadsView.java 30 Jul 2002 12:23:04 -0000 1.2
--- ActiveThreadsView.java 7 Aug 2002 17:42:06 -0000 1.3
***************
*** 62,66 ****
graph=new TimeSeriesGraph();
! graph.setGraphColor(new java.awt.Color(0x008000));
add(graph, BorderLayout.CENTER);
--- 62,67 ----
graph=new TimeSeriesGraph();
! graph.setGraphColor(new java.awt.Color(0x009000));
! graph.setInnerColor(java.awt.Color.WHITE);
add(graph, BorderLayout.CENTER);
|