* cells.
*/
@SuppressWarnings("all")
private void loadDTProperties()
{
DTProperties saverInstance = null;
try
{
XMLBeanReader doc = new XMLBeanReader();
doc.load(new ApplicationFiles().getDTPropertiesFile());
Iterator<Object> it = doc.iterator();
if (it.hasNext())
{
saverInstance = (DTProperties) it.next();
DTProperties x = saverInstance;
}
}
catch (FileNotFoundException ignore)
{
// Cell Import/Export file not found for user - first time user ran pgm.