Exemplo n.º 1
0
 public DirTable(DirPanel dirPanel) {
   super(new DirModel(Application.getDB(), dirPanel));
   this.dirPanel = dirPanel;
   init();
 }