}
private void initConfigurations() {
// TODO Auto-generated method stub
initCfg = new SLConfig(rootPanel)
.gap(gap, gap)
.row(1f).row(30).col(1f)
.beginGrid(0, 0)
.row(startLogoLabel.getPreferredSize().height+ 20)
.row(100)
.col(1f)
.place(0, 0, startLogoLabel)
.beginGrid(1, 0)
.row(1f).row(50).row(80).row(1f)
.col(1f).col(400).col(1f)
.place(1, 1, startQuestionLabel)
.beginGrid(2, 1)
.row(1f)
.col(1f)
.place(0, 0, startBtn)
.endGrid()
.endGrid()
.endGrid()
;
startCfg = new SLConfig(rootPanel)
.gap(gap, gap)
.row(1f).col(310).col(1f)
.beginGrid(0, 0)
.row(1f)
.col(305)
.place(0, 0,classement)
.endGrid()
.beginGrid(0, 1)
.row(300)
.row(300)
.col(740)
.beginGrid(0,0)
.row(300)
.col(270)
.col(460)
.place(0, 0,welcom)
.place(0, 1,rss)
.endGrid()
.beginGrid(1,0)
.row(230)
.col(1f)
.place(0, 0, playersPanel)
.endGrid()
.endGrid();
//charts de Statistiques
chartsCfg = new SLConfig(rootPanel)
.gap(gap, gap)
.row(1f).col(300).col(1f)
.beginGrid(0, 0)
.row(1f)
.col(305)
.place(0, 0,classement)
.endGrid()
.beginGrid(0, 1)
.row(1f)
.col(1f)
.place(0, 0,charts)
.endGrid();
//Gallery
galleryCfg = new SLConfig(rootPanel)
.gap(gap, gap)
.row(1f).col(300).col(1f)
.beginGrid(0, 0)
.row(1f)
.col(305)
.place(0, 0,classement)
.endGrid()
.beginGrid(0, 1)
.row(1f)
.col(1f)
.place(0, 0,gallery)
.endGrid();
//affichage allMatches
allMatchesCfg = new SLConfig(rootPanel)
.gap(gap, gap)
.row(1f).col(310).col(1f)
.beginGrid(0, 0)
.row(1f)
.col(305)
.place(0, 0,classement)
.endGrid()
.beginGrid(0, 1)
.row(300)
.row(300)
.col(740)
.beginGrid(0,0)
.row(300)
.col(270)
.col(460)
.place(0, 0,welcom)
.place(0, 1,allMatches)
.endGrid()
.beginGrid(1,0)
.row(230)
.col(1f)
.place(0, 0, playersPanel)
.endGrid()
.endGrid();
// Send Mail
mailCfg = new SLConfig(rootPanel)
.gap(gap, gap)
.row(1f).col(310).col(1f)
.beginGrid(0, 0)
.row(1f)
.col(305)