157158159160161162163164165166167
// 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);