add changes to web client from Rene

This commit is contained in:
g0vgs 2003-01-06 18:10:50 +00:00
parent ad2b416b6e
commit 8d8c3bfbac
10 changed files with 13 additions and 4 deletions

View File

@ -4,6 +4,8 @@ Please note that there is a change to the spider.cgi file this time so that
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

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

7
spider-web/makefile Normal file
View File

@ -0,0 +1,7 @@
all: compile
compile:
rm *.class
/usr/lib/java/bin/javac spiderclient.java

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -409,10 +409,10 @@ menubar.add(mailbox);
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();