// Set the Payloads Panel as the one to view
mWindow.setTabShow(JBroFuzzWindow.ID_PANEL_PAYLOADS);
Logger.log("Load Fuzzers from file", 1);
final FuzzerFileFilter filter = new FuzzerFileFilter();
final String dirString = JBroFuzz.PREFS.get(JBroFuzzPrefs.DIRS[3].getId(), System.getProperty("user.dir"));
JFileChooser fc;
try {
if( (new File(dirString).isDirectory())) {