The graphing panel, attached to the main panel.
156157158159160161162163164165166
// The tool bar tb = new JBroFuzzToolBar(this); // The panels must be below the toolBar and menuBar gp = new GraphingPanel(this); fp = new FuzzingPanel(this); pp = new PayloadsPanel(this); cp = new SystemPanel(this);