hi,
its not exactly that i want to do. My AbstractTableModel extends my class not a method return an AbstractTableModel, and my panel is in another class
Public class MyTableModel extends AbstractTablemodel{
}
and my panel
public class MyPanel extends JPanel{
}
my loop is in this panel class and i want to instantiate the model of MyTableModel from a JTable in MyPanel.
Thanks a lot for your help