}
out.flush();
out.close();
java.net.URL url = new java.io.File(Settings.ls_out).toURL();
Displayer d = new Displayer(url, new Font("monospaced",Font.PLAIN, 11));
JFtp.desktop.add(d, new Integer(Integer.MAX_VALUE - 13));
}
catch(java.net.MalformedURLException ex)
{
ex.printStackTrace();