});
// init main data
this.connections = new ArrayList<UIEventCreateNewConnection>();
// create components
this.connector = new Connector(param, this);
this.connectionStatistic = new ConnectionStatistic(this, param);
this.toolBar = new JToolBar("Tool Bar");
this.toolBar.setLayout(new GridBagLayout());
this.toolBar.setFloatable(false);