* setup Rule Implication Methods
*/
inferMethodsLst = new javax.swing.JList();
inferMethodsLst.setVisibleRowCount(10);
tList = new Vector();
tList.addElement(new FzyImplicationMINMAX());
tList.addElement(new FzyImplicationADDAGGREGATION());
inferMethodsLst.setListData(tList);
javax.swing.JScrollPane sPane2 = new javax.swing.JScrollPane();
sPane2.setBorder(