Search:

Type: Posts; User: trod

Search: Search took 0.07 seconds.

  1. Replies
    8
    Views
    1,148

    Re: TimeUnit.SECONDS.sleep(x) stops simulation

    Looks like you set default thread to sleep. So it's normal. How do you call the warte(int ms) ?
  2. Replies
    8
    Views
    1,148

    Re: NullPointerException in a "for loop"

    At first glance private ArrayList<Lebewesen> lebewesen of class Lebewesen is not being initialized. That's why you getting NPE.
Results 1 to 2 of 2