()
| 321 | } |
| 322 | |
| 323 | public Lamp getSelectedLamp(){ |
| 324 | //System.out.println("sdgdfgfdgfdg"); |
| 325 | return ((Lamp)lampList.elementAt(selectedLamp)); |
| 326 | } |
| 327 | |
| 328 | public Lamp getCameraLamp(){ |
| 329 | // Lampe die von der Kamera aus strahlt |
no outgoing calls
no test coverage detected