this.addIdealColumn.addActionListener(this);
this.addRow.addActionListener(this);
this.delRow.addActionListener(this);
this.export.addActionListener(this);
add(this.toolbar, BorderLayout.PAGE_START);
this.model = new BufferedDataSetTableModel(getData());
this.table = new JTable(this.model);
add(new JScrollPane(this.table), BorderLayout.CENTER);
this.table.setAutoResizeMode(JTable.AUTO_RESIZE_OFF);
this.visualize.addActionListener(this);
//new ExcelAdapter( this.table );