*/
public FilterPanel(final String title, final PluginParameter parameter) {
super(title);
this.param = parameter;
this.tablePanel = new TablePanel();
this.actionPanel = new ActionPanel(this);
this.optionPanel = new OptionPanel(this);
//Creating of window
this.loadWindowOptions();
this.setSize(this.windowSizeX, this.windowSizeY);
this.setLocation(this.windowPosX, this.windowPosY);