public CompRepAnd2DAnd3DAndTableOptions(String labelFreq, String label3DPlot, String labelTabel) {
compRepPanel = new CompRepRadioButtonsPanel();
p2dPanel = new Plot2DPanel(labelFreq);
p3dPanel = new Plot3DPanel(label3DPlot);
tabOptPanel = new TableOptionsPanel(labelTabel);
gbl = new GridBagLayout();