Class used for constructing a JScrollPane that displays further help information in the graphing tab.
7778798081828384
this.add(" Response Size ", rSizeChart.getPlotCanvas()); this.add(" Jaccard Index ", jIndexChart.getPlotCanvas()); this.add(" Hamming Distance ", hDistChart.getPlotCanvas()); this.add(" Response Header ", rHeadChart.getPlotCanvas()); this.add(" Help ", new HelpChart() ); }