String[] columns = {"Pos", "Equipe", "MJ", "V", "N", "P", "BP", "BC", "Dif", "Pt"};
Vector<Match> vectMatchs;
private List<Row> rows;
public MatchAffiche() {
Config conf = new Config(1);
Group grp = conf.getGroups().first();
rows = grp.getTable().getRows();
try {
vectMatchs = matchs.SelectMatch();