I'm using perfectly JTableModel thanks to the document our friends from stackoverflow suggested them to me but i have a litlle problem . this how a lot of documents initalize the data
Object[][] data = {
{"Kathy", "Smith",
"Snowboarding", new Integer(5), new Boolean(false)},
But in my case the date is on the DataBase and i'm using busines delegate so i want to get the information from the DataBase knowing that i have a method who get all the Responsable (in my exemple) the methode name is
DoReadAllResponsable()