The panel holding the system logging information that is part of the main frame window.
159160161162163164165166167168169
// 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); // Set the corresponding borders for each panel