Navigacija
Lista poslednjih: 16, 32, 64, 128 poruka.

jednostavan delay

[es] :: Java :: jednostavan delay

[ Pregleda: 1756 | Odgovora: 2 ] > FB > Twit

Postavi temu Odgovori

Autor

Pretraga teme: Traži
Markiranje Štampanje RSS

SpeedFreak
Marko Lekic
Crna Gora

Član broj: 19948
Poruke: 73
*.inter.net.il.



Profil

icon jednostavan delay12.04.2006. u 22:58 - pre 219 meseci
Htio bih na pocetku action listenera da stavim 2-3 sekunde odlaganja radnje. Pokusavao sam sa Timer-om u javax.swing paketu, ali nisam uspio, zato od Vas trazim pomoc.
There are 10 types of people: those who understand binary and those who have
friends...
 
Odgovor na temu

zeljko b
NS

Član broj: 73033
Poruke: 15
*.metrohive.net.



Profil

icon Re: jednostavan delay13.04.2006. u 08:26 - pre 219 meseci
Probaj sa
try {
Thread.sleep(broj_milisekundi);
} cathch (InteruptedException e);
 
Odgovor na temu

SpeedFreak
Marko Lekic
Crna Gora

Član broj: 19948
Poruke: 73
*.inter.net.il.



Profil

icon Re: jednostavan delay13.04.2006. u 14:58 - pre 219 meseci
Code:
try{
Thread.sleep(3000);
} catch (InterruptedException e){};


ovo je uspjelo. hvala puno na pomoci
There are 10 types of people: those who understand binary and those who have
friends...
 
Odgovor na temu

[es] :: Java :: jednostavan delay

[ Pregleda: 1756 | Odgovora: 2 ] > FB > Twit

Postavi temu Odgovori

Navigacija
Lista poslednjih: 16, 32, 64, 128 poruka.