Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Java > Re: time delay

Reply
Thread Tools

Re: time delay

 
 
Andy Flowers
Guest
Posts: n/a
 
      07-20-2003
sleep(...)

"webster" <> wrote in message
news:8jzSa.5807$...
> I have a whole lot of if statements for checkboxes that play sounds if

they
> are selected (an example is as follows) but i want a delay between when

each
> if statement is played. How do i put a time delay between these?
>
> if (checkbox1.isSelected())
> Base.play();
> if (checkbox2.isSelected())
> Base.play();
>
> thanks
> matt
>
>
>
>
>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Is time.time() < time.time() always true? flamesrock Python 8 11-24-2006 06:51 AM
Calculating propagation delay & transmission delay Stone Cisco 1 09-27-2006 06:26 PM
Mail delay at certain time =?Utf-8?B?VGVzZmFtaWNhZWw=?= Microsoft Certification 0 11-13-2004 09:58 AM
Time delay Aliki VHDL 2 09-22-2004 02:20 PM
Input Delay and Hold Time Anand P Paralkar VHDL 4 01-20-2004 03:59 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57