555657585960616263
public CouplingMatrixPanel(Property property, int fromSize, int toSize) { super(property); couplingMatrix = new CouplingMatrixImpl(fromSize, toSize); editor = new MatrixEditor(couplingMatrix); add(editor); }