Coupling Between Classes (CBO)

I have this matrix CBO that have all the interactions about classes c1, c2, c3, c4, ....

this matric CBO is triangular, for example

c1__c2__c3__c4

c1_ 2

c2_ 5__ 2

c3_ 2__ 1 __ 3

c4_ 4__ 0 __ 2 __ 4

is there a mode to represent graphically this CBO ?

thank you

[322 byte] By [jack2006] at [2007-9-26 21:25:15]
# 1
A display of JLabels on a JPanel laid out using a GridBagLayout. Set the GribBagConstraints for each based on its row/col.
beggarstune at 2007-7-3 21:13:38 > top of Java-index,Core,Core APIs...
# 2
But I must connect the JLabels based their row/col with a line as long as row/col is hight. All this in run time . Is there an algoritm that arrange JLabel or other comeponents ?thank you
jack2006 at 2007-7-3 21:13:38 > top of Java-index,Core,Core APIs...
# 3
Is there another mode to rapresent the information of triangular ,matrix ?Help me
jack2006 at 2007-7-3 21:13:38 > top of Java-index,Core,Core APIs...