(ActionEvent evt)
| 692 | } // end of bt4ActionPerformed() |
| 693 | |
| 694 | public void bt5ActionPerformed(ActionEvent evt) { |
| 695 | cuAdm.newCurve(); |
| 696 | } // end of bt5ActionPerformed() |
| 697 | |
| 698 | public Lamp getSelectedLamp(){ |
| 699 | if(lampAdmin==null){ |
no test coverage detected