Ver Mensaje Individual
  #2 (permalink)  
Antiguo 17/10/2014, 00:38
Avatar de Profesor_Falken
Profesor_Falken
 
Fecha de Ingreso: agosto-2014
Ubicación: Mountain View
Mensajes: 1.323
Antigüedad: 9 años, 8 meses
Puntos: 182
Respuesta: Consulta Jtable

Código Java:
Ver original
  1. modelo = new DefaultTableModel(null, titulos) {
  2. @Override
  3.     public boolean isCellEditable(int row, int column) {    
  4.        return false;
  5.     }
  6. };

Un saludo
__________________
If to err is human, then programmers are the most human of us