displayPercentage = currentPercentage;
JEXStatics.statusBar.setStatusText("Defragging ARFFs: " + displayPercentage + "%");
}
}
DimTable outputDimTable = new DimTable();
outputDimTable.add(splitDim.copy());
return new Table<String>(outputDimTable, filePaths);
}
catch (Exception e)
{
e.printStackTrace();