public void buildClusterCountsTab(String thefilename, String resType, CTabFolder subfolder) {
   System.out.println("buildClusterCountsTab");
   ClusterCountsTable table = new ClusterCountsTable(thefilename);
   table.createContents(subfolder);
   subfolder.setSelection(subfolder.getItemCount() - 1);
 }
  public void buildClusterCountsTab(String thefilename) {

    ClusterCountsTable table = new ClusterCountsTable(thefilename);
    table.createContents(folder);
  }