Update of /cvsroot/mc4j/mc4j/application/dashboards/jre15
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8927/application/dashboards/jre15
Modified Files:
JRE15_MemoryUsage_AllPools.xml JRE15_MemoryUsage_AreaChart.xml
Log Message:
Some images, dashboard component tweaks and dashboard updates
Index: JRE15_MemoryUsage_AllPools.xml
===================================================================
RCS file: /cvsroot/mc4j/mc4j/application/dashboards/jre15/JRE15_MemoryUsage_AllPools.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** JRE15_MemoryUsage_AllPools.xml 17 Apr 2006 03:07:26 -0000 1.3
--- JRE15_MemoryUsage_AllPools.xml 17 Apr 2006 12:01:27 -0000 1.4
***************
*** 16,19 ****
--- 16,22 ----
<Content>
+ <Component type="javax.swing.JScrollPane">
+ <Content>
+
<Component type="org.mc4j.console.dashboard.components.ForEachPanelComponent">
***************
*** 24,28 ****
<Constraint type="BorderConstraints" direction="CENTER"/>
<Attribute name="preferredSize" value="'100,100'"/>
! <LayoutManager type="" axis="Y_AXIS"/>
<Content>
--- 27,31 ----
<Constraint type="BorderConstraints" direction="CENTER"/>
<Attribute name="preferredSize" value="'100,100'"/>
! <LayoutManager type="java.awt.BoxLayout" axis="Y_AXIS"/>
<Content>
***************
*** 52,59 ****
</Component>-->
</Content>
</Component>
!
</Content>
--- 55,66 ----
</Component>-->
+ <Component type="org.mc4j.console.dashboard.components.FillerComponent">
+ <Attribute name="type" value="@org.mc4j.console.dashboard.components.FillerComponent@VERTICAL_GLUE_SHAPE"/>
+ </Component>
</Content>
</Component>
! </Content>
! </Component>
</Content>
Index: JRE15_MemoryUsage_AreaChart.xml
===================================================================
RCS file: /cvsroot/mc4j/mc4j/application/dashboards/jre15/JRE15_MemoryUsage_AreaChart.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** JRE15_MemoryUsage_AreaChart.xml 12 Apr 2006 19:14:01 -0000 1.2
--- JRE15_MemoryUsage_AreaChart.xml 17 Apr 2006 12:01:27 -0000 1.3
***************
*** 2,6 ****
<!DOCTYPE Dashboard PUBLIC "-//MC4J//DTD Dashboard 2.0//EN" "http://mc4j.org/Dashboard_2_0.dtd">
! <Dashboard version="2.0" name="Pool Usage Area Chart" standardHeader="true" autoRefresh="false" refreshControl="false">
<Description>Memory usage chart of pools for a 1.5 JVM.</Description>
--- 2,6 ----
<!DOCTYPE Dashboard PUBLIC "-//MC4J//DTD Dashboard 2.0//EN" "http://mc4j.org/Dashboard_2_0.dtd">
! <Dashboard version="2.0" name="Pool Usage Area Chart" standardHeader="true" autoRefresh="true" refreshControl="true">
<Description>Memory usage chart of pools for a 1.5 JVM.</Description>
|