Ver Mensaje Individual
  #2 (permalink)  
Antiguo 04/06/2005, 07:51
JoseVicente
 
Fecha de Ingreso: mayo-2005
Mensajes: 5
Antigüedad: 19 años, 7 meses
Puntos: 0
usa el JFileChooser es mejor: aqui hay una ayuda....eso es para leer..


String = dirrec;
JFileChooser Abrir =new JFileChooser();
Abrir.showOpenDialog(null);
direcc=Abrir.getSelectedFile().getAbsolutePath();
FileInputStream x =new FileInputStream(direcc);
DataInputStream entrada =new DataInputStream(x);