126127128129130131132133134135136
} } } private void initGUI() { this.parameterList = new XBayaList(); this.parameterList .addListSelectionListener(new ListSelectionListener() { public void valueChanged(ListSelectionEvent event) { selectionChanged(); }