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.
AWT-EventQueue thread
Cuando el Thread AWT-EventQueue atiende a un evento se fija a que componente afecta y le informa.
When the AWT-EventQueue thread attends an event, it pays attention at what component it affects and it informs him.
El thread AWT-EventQueue está detenido en el método paint en la línea 22.
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.
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.
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 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 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.
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.
"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.
"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.
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.
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.
Potentieel gevoelige of ongepaste informatie
Er worden alleen voorbeelden gegeven om u te helpen het woord of de woordcombinatie waarop u hebt gezocht, te vertalen. Deze worden niet door ons geselecteerd of gevalideerd en kunnen ongepaste taal bevatten. Wij vragen u melding te maken van voorbeelden die dienen te worden aangepast of verwijderd. Vertalingen met grof of informeel taalgebruik worden meestal rood of oranje gemarkeerd.
Er zijn geen resultaten gevonden voor deze term.
Synoniemen voor thread awt-eventqueue in het Spaans