);
Container C = this.getContentPane();
C.setLayout(new BoxLayout(C,BoxLayout.Y_AXIS));
this.table = new ContainsTable(this.Config,this.server);
this.table.restrictToRepository(this.repos);
JScrollPane jsp = new JScrollPane(this.table);
//C.add(jsp);