()
| 574 | } |
| 575 | |
| 576 | public void newEquation() { |
| 577 | eqAdm.newEquation(); |
| 578 | cuAdm.equationListChanged_add(new Integer(((Equation) eqAdm.eqnList |
| 579 | .lastElement()).eqnr).toString()); |
| 580 | solPtsAdm.equationListChanged_add(new Integer(((Equation) eqAdm.eqnList |
| 581 | .lastElement()).eqnr).toString()); |
| 582 | } |
| 583 | |
| 584 | public void bt6ActionPerformed(ActionEvent evt) { |
| 585 | newParameter(); |
no test coverage detected