Class responsible for generating all the file I/O required for an instance of JBroFuzz to function correctly.
9899100101102103104105106107108
* </p> */ public JBroFuzz() { mDatabase = new Database(); mHandler = new FileHandler(); mFormat = new JBroFuzzFormat(); mWindow = new JBroFuzzWindow(this); // JBroFuzzWindow.createAndShowGUI(mWindow);