// The menu bar
mb = new JBroFuzzMenuBar(this);
setJMenuBar(mb);
// 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);