/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package connectionviewer; /** * * @author mrupp */ public class SubMatrixFormat1 extends SubMatrix { SubMatrixFormat1(ConnectionViewerPanel c, int nrMatrix, int ofMatrices) { super(c, nrMatrix, ofMatrices); } }