Ver Mensaje Individual
  #3 (permalink)  
Antiguo 25/02/2011, 23:25
jacoboDaniel78
 
Fecha de Ingreso: diciembre-2009
Ubicación: Monterrey
Mensajes: 61
Antigüedad: 14 años, 11 meses
Puntos: 0
Respuesta: Saber si un JTable está vacío

if(this.jTable1.getRowCount()!=0 && this.jTable1.getSelectedRow()!=-1){

}