Jogo da velha

pessoal estou com um problema

quando eu clico na tela não faz o x ou a 0 (bolinha)

caso alguem pode ajudar a resolver isso.

Poste as partes relevantes do código para ajudarmos.

PS: Não consegui abrir rar aqui.

segue—>>

[code]public void configJDV()
{
int cont = 0;

	if(!acabou)   
	{   
		for(int i = 0; i < botoes.length; i++)   
		{   

			for(int j = 0; j < botoes[i].length; j++)   
			{   
				if(myEvent.getSource() == botoes[i][j])   
				{      
					if(!botoes[i][j].getText().equals(""))   
					{   
						JOptionPane.showMessageDialog(this,"Jogue em outra posição...",   
								"[.:POSIÇÃO JÁ OCUPADA!!!:.]",JOptionPane.ERROR_MESSAGE);   
					}   
					else  
					{   
						if(this.jdv == "X")   
						{   
							this.jdv = "0";   
							botoes[i][j].setForeground(Color.blue);   
						}   

						else    
						{   
							this.jdv = "X";   
							botoes[i][j].setForeground(Color.red);   
						}   

						botoes[i][j].setText(this.jdv);   
						vencedor = this.jdv;   
					}   
				}   
			}   
		}   [/code]

[code]public void setJDV()
{
if(this.control%2 == 0)
{
this.jdv = “X”;
}

	else  

		this.jdv = "0";   
}   

public static void main(String as[])  

{
new JogoDaVelha();
}
} [/code]

Oi,

Tenho um jogo da velha,mas é VB.Net se quiser,posto o código… :roll:

passa por mp então anime!

pode ser que ajude.

Oi,

Desculpe, no dia fiquei esperando vc responder e nada, depois esqueci… :roll: