this.vertexConditionCheckBox = new JCheckBox("Conditions for vertices:");
this.vertexConditionCheckBox.setSelected(true);
this.edgeConditionCheckBox = new JCheckBox("Conditions for edges:");
this.edgeConditionCheckBox.setSelected(true);
//---------------------------------------
this.actionPanel = new ActionPanel(this);
this.vertexIdsInCurrentView = new ArrayList<Integer>();
this.edgeIdsInCurrentView = new ArrayList<Integer>();
// creating of window
this.loadWindowOptions();
this.setSize(this.windowSizeX, this.windowSizeY);