javascript setTimeOut() i ned equvalent in java

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jx2
    New Member
    • Feb 2007
    • 228

    #1

    javascript setTimeOut() i ned equvalent in java

    i just started to learn java as an excercise iam writing program wchich will move
    button(catch me!!) from one site to another
    Code:
    //in javascript i would do something like that:
    
    var s = setInterval("move()",100);
    
    function move(){
                   //my code ...
    }
    how would you translate that into java?
    could anyone point me in good direction ...?

    regards
    jx2
  • jx2
    New Member
    • Feb 2007
    • 228

    #2
    okey
    i found it here
    regards
    jx2

    Comment

    Working...