[ Home ] - [ Mail ] - [ History ] - [ Download ] - [ Screenshots ] - [ Documentation ]
HighscoreJaxon - The Java HighscoreServer Friday, 19 April 2024
>> Home
>> History
>> Documentation
>> Latest Release

>> Screenshots

>> Mail
>> Forum

>> Sourceforge.net
>> Freshmeat
>> LinuxBox
News:

14th August 2000:
I just uploaded the alpha release 0.0.1. It includes the client classes HighscoreTransaction.java, EntryData.java and TestGUI.java. The TestGUI is a test-client with AWT user-interface. The other 2 classes are for client programming. You just have to make an instance of the HighscoreTransaction with:
HighscoreTransaction foo = new HighscoreTransaction(´myNick´, 12000);
and use the send() method to get back the highscore as String.
public String send()
[ Home ] - [ Mail ] - [ History ] - [ Download ] - [ Screenshots ] - [ Documentation ]