asi.. mandoa visualizar la informacion ,,
Código:
  
try
                    {
                            st = conexion.createStatement();
                            rs = st.executeQuery("SELECT apepat,apemat,nombre FROM alum where numcon  = "+"'"+Campo1+"'");
                            while (rs.next())
                            {
     this.jTextField3.setText(rs.getString("nombre"));
                            }
                            rs.close();
                    }
                    catch (Exception ioe)
                    {
                            System.out.println("LA ESPECIALIDAD NO EXISTE");
                    }
Ciomo lleno Jtable. ?-..
 
 


