()
| 487 | } |
| 488 | |
| 489 | public synchronized double getXpos() { |
| 490 | String str = ""; |
| 491 | while (str.compareTo("") == 0) { |
| 492 | str = xPos.getText(); |
| 493 | // Achtung, liefert manchmal den leeren String statt den richtigen |
| 494 | } |
| 495 | // System.out.println("xPos:"+str+"."); |
| 496 | return Double.valueOf(str).doubleValue(); |
| 497 | } |
| 498 | |
| 499 | public synchronized double getYpos() { |
| 500 | String str = ""; |
no outgoing calls
no test coverage detected