the client show 'Connected to Node_Call' instead of the hostname. You will
need to update your cgi file when you update the changes. Please make sure
that you back up your old files first! (g0vgs)
+2. yet more changes to the java client from Rene :-) Also added a makefile
+and a Changes file for the client in the spider-web directory.
05Jan03=======================================================================
1. fix some irritating messages caused by protocol loops in sh/c
2. update copyright
parent.dodisconnect();
} else if (arg.equals("About")) {
InfoDialog id = new InfoDialog(this, "About",
- "JAVA Spider Webclient 0.6b\nPA4AB\n" +
- "pa4ab@pa4ab.net \n" +
- "April 2001\n" +
- "Based on source of the CLX Client from dl6dbh" );
+ "JAVA Spider Webclient 1.0\n\nModified by PA4AB, M0AZM and OZ1LQH\n" +
+ "\n" +
+ "January 2002\n" +
+ "Based on source of the CLX Client from DL6DBH" );
id.resize(500,300);
id.show();