Ver Mensaje Individual
  #2 (permalink)  
Antiguo 07/08/2012, 05:20
Avatar de Fuzzylog
Fuzzylog
 
Fecha de Ingreso: agosto-2008
Ubicación: En internet
Mensajes: 2.511
Antigüedad: 16 años, 4 meses
Puntos: 188
Respuesta: eventos en java

¿Y Que pasa cuando en tu código?

BalloonTip ball=null;
if (loquesea) //=> No entra por aqui
}else {
null.setVisible(false); //OMG => NULLPOINTER
}
__________________
if (fuzzy && smooth) {
fuzzylog = "c00l";
return true;
}