panelcdf.setBorder(new TitledBorder(new EtchedBorder(EtchedBorder.LOWERED), "CDF"));
panelpdf = new JPanel(new BorderLayout());
panelpdf.setBorder(new TitledBorder(new EtchedBorder(EtchedBorder.LOWERED), "pdf"));
qqplot = new SmallQQPlot(model,engfitting);
qqplot.setDistribution(distribution);
cdfplot = new SmallCDF(model, engfitting);
cdfplot.setDistribution(distribution);
pdfplot = new SmallPDF(model, engfitting);
//just to try