134135136137138139140141142143144
// Open the filestream with the file stream = new FileInputStream(filename); // Load the planning into this window pfh.load(stream); // Close the current stream stream.close(); // When loaded: Discard the file handler;