cuando ejecuto el programa no me carga el archi de texto deseado en la clase "ventana" a ver si me podrian corregir que estoy haciendo mal. aca les dejo el Source
Código java:
Ver originalpackage javaapplication7;
/**
*
* @author Dell
*/
import java.io.*;
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
public class Pantalla
extends JFrame //implements ActionListener {
public Pantalla (){
setDefaultCloseOperation
(JFrame.
EXIT_ON_CLOSE);panel.
setBackground(Color.
red);panel. add(boton2);
add(panel,"South");
setSize(1024,700);
dispose();
ventana n = new ventana();
n.l.setText("Medios USB");
n.show();
setVisible(false);
}
});
}
}
class ventana
extends JFrame //implements ActionListener {
String texto
="C:\\Documents and Settings\\Dell\\Escritorio\\Majo.txt";
try{
String control
="C:\\Documents and Settings\\Dell\\Escritorio\\Majo.txt";
while(control!=null){
control = b.readLine();
if(control!=null){
texto+=control + "\n";
}
}
JOptionPane.
showMessageDialog(null,
"El archivo no existe o esta mal escrita la ruta");
}
return texto;
}
Pantalla X= new Pantalla();
public ventana(){
setDefaultCloseOperation
(JFrame.
EXIT_ON_CLOSE);p.
setBackground(Color.
red);b.add(area);
add(b,"North");
l.setText(X.nombre);
p.add(l);
p.add(sig);
p.add(boton0);
p.add(boton1);
p.add(boton3);
p.add(boton4);
p.add(boton6);
add(p,"South");
dispose();
setSize(1024,700);
desarrollo D=new desarrollo();
D.show();
dispose ();
}
});
Pantalla P=new Pantalla();
P.show();
setVisible(false);
}
});
}
}
class desarrollo
extends JFrame //implements ActionListener {
Pantalla X= new Pantalla();
public desarrollo(){
setDefaultCloseOperation
(JFrame.
EXIT_ON_CLOSE);pan.
setBackground(Color.
red);l.setText(X.nombre);
pan.add(l);
pan.add(fin);
pan.add(boton7);
pan.add(boto);
add(pan,"South");
setVisible(true);
setSize(1024,700);
ventana V=new ventana();
V.show();
dispose ();
}
});
}
}