System.out.println("Program not run from applet..."+e);
}
...
...
@@ -80,17 +79,16 @@ public class HistSender {
socket=newSocket(urlString,PORT);
}
catch(UnknownHostExceptione){
catch(UnknownHostExceptione){
System.err.println("Don't know about host: taranis.");
//System.exit(1);
}
catch(IOExceptione){
JOptionPane.showMessageDialog(null,"Couldn't get contact with the server (HistServer). \n Kunde inte ansluta till servern(HistServer).","I/O Error",JOptionPane.ERROR_MESSAGE);
catch(IOExceptione){
JOptionPane.showMessageDialog(null,"Couldn't get contact with the server (HistServer).","I/O Error",JOptionPane.ERROR_MESSAGE);