Posts by Heleoterio Gomes • 11 points
1 post
- 
		1 votes0 answers19 viewsQ: How do I use KEYLISTENER while a THREAD occurs in the execution? With the code below only the thread actsimport java.awt.*; import java.awt.event.*; import javax.swing.*; import javax.swing.event.*; public class Letras extends Frame implements Runnable,KeyListener{ private final Label pontuacao;… javaasked Heleoterio Gomes 11