JButton pathDirButton = new JButton();
pathDirButton.setText("...");
pathDirButton.addActionListener(
new SaveFileButtonActionListener(this,pathDataDir, fileType, fileType));
pathDirButton.addKeyListener(keyListener);
resultContainer.add(pathDirButton, "wrap");
// Progress Bar to show while the statistics graphics are loaded
UIManager.put("ProgressBar.selectionBackground", Color.black);
UIManager.put("ProgressBar.selectionForeground", Color.black);