super();
super.setHorizontalScrollBarPolicy(JScrollPane.HORIZONTAL_SCROLLBAR_AS_NEEDED);
super.setVerticalScrollBarPolicy(JScrollPane.VERTICAL_SCROLLBAR_AS_NEEDED);
this._tbl_ = new GfrTblFileHeaderSheetImport(intNbColumn, alt);
super.setViewportView(this._tbl_);
}