Original Post
Why do I get the message "Applet not initialized" when I try to open a simple text file??
try {
file = new FileReader("player.txt");
} catch( FileNotFoundException e ){
System.out.println("Unexpected Exception: "+e.toString());
}
-------------
Hans-Petter
[edited by - sushi-one on April 30, 2004 3:18:13 PM]