Retornando uma matriz

Seguinte …

como eu faço pra um método retornar uma matriz?!!?!

vleu ae !!!

Ja consegui ae galera … valeu

	   public int[] getXY(){
	      		
	   		int tempXY[] = new int[4];
	   
	   		tempXY[0]=x1;
	   		tempXY[1]=y1;
	   		tempXY[2]=x2;
	   		tempXY[3]=y2;
	  
	   		return tempXY;
	   			
	   	
	   }

:oops: