frame.setAlwaysOnTop(true);
JOptionPane.showMessageDialog(frame, "Sorry, Dizgruntled can't download the files at this time. Please try again later", "Download Error", 0);
frame.dispose();
// Clean up
removeChild(fBack);
downloadBar.cleanup();
downloadText.cleanup();
showDownloadPage();
}
fFinishedDownload = new Minion<FrameEvent>() {