Search:

Type: Posts; User: macko

Search: Search took 0.11 seconds.

  1. Re: I'm vary new to java programming and confused about som concepts.

    @Mr.777
    correct....

    Just a demonstration of a spot never to use a sleep :)
  2. Re: I'm vary new to java programming and confused about som concepts.

    sleep example:



    ...
    thread.sleep(2000);
    textarea.append("this Message displays after 2 seconds!");
    thread.sleep(5000);
    textarea.append("This Message displays after 5 seconds!");...
Results 1 to 2 of 2