Download for Windows Premium
Publiciteit
AWT-EventQueue thread

Vertaling van "AWT-EventQueue thread" in Spaans

We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
thread AWT-EventQueue
The AWT-EventQueue thread is stopped in the paint method in line 22.
El thread AWT-EventQueue está detenido en el método paint en la línea 22.
This is because the main thread takes over the processor and does not share it with the AWT-EventQueue thread, which cannot then call the paint method.
Esto es debido a que el thread main se apodera del procesador y no lo comparte con el thread AWT-EventQueue que entonces no puede llamar al método paint.
When the AWT-EventQueue thread attends an event, it pays attention at what component it affects and it informs him.
Cuando el Thread AWT-EventQueue atiende a un evento se fija a que componente afecta y le informa.
If we press F6 (the thread execution moves only one line); (this time over the main thread) we will see that the paint method is called again by the AWT-EventQueue thread.
Si oprimimos F6 (avanza la ejecución del hilo solo una línea), esta vez sobre el thread main, veremos que el método paint es vuelto a llamar por el thread AWT-EventQueue.
If we select the AWT-EventQueue thread in the Debug view and we press F8 twice, we will see that it no longer stops in the paint method.
Si seleccionamos el thread AWT-EventQueue en la vista Debug y oprimimos F8 repetidamente (2 veces) veremos que no se detiene más en el método paint.
"Thread.sleep(10)" it tells the processor that the thread which is being run must sleep for 10 milliseconds, which allows the processor to execute other threads and in particular the AWT-EventQueue thread which calls the paint method.
"Thread.sleep(10)" le dice al procesador que el thread que se está ejecutando descanse por 10 milisegundos lo que permite que el procesador ejecute otros threads y en particular el thread AWT-EventQueue que llama al método paint.
Each call to moveBall() increases the position (x, y) of the circle and the call to repaint() tells the AWT-EventQueue thread to paint again the canvas.
Cada llamada a moveBall() incrementa la posición (x, y) del círculo y la llamada a repaint() le dice al thread AWT-EventQueue que repinte el lienzo.
Er zijn geen resultaten gevonden voor deze term.

Synoniemen voor AWT-EventQueue thread in het Engels

Woord & uitdrukking van de dag
Afbeelding van de dag
lab coat: white coat worn by scientists and doctors
Ontdek het woord
Publiciteit

Suggesties

Resultaten: 7. Exact: 7. Verstreken tijd: 22 ms.