What you can find in this section.
Java is a computer programming language (like: Basic,Pascal,C etc.). Programs in most languages are 'compiled' into machine code, which finally results in *.exe files (executables). Java doesn't do this, Java programs stay Java programs ( read more ). Because of this, Java is platform independant (that means java programs can run in MS-Windows, Mac-os, Linux etc). Another advantage of Java are the so called 'applets' which are Java programs that run inside your browser (i.e. Internet Explorer) and are therefor suitable for internet.
If you want to run Java Applets but you have no Java plugin yet, click here (15Mb) to download version 1.4 and run the executable to install.
This section of the site containes some of the Java programs/tools I made for myself since my introduction with Java. Maybee you can use one of them (download the class files), or maybee you want to learn from it by viewing the source-code (download java/zip files), or maybee you just want to see what I have been programming thrue the years (download nothing ;) ).
| AsoFader Applet | : | Applet that cross-fades images. |
| Cricket/Tactics | : | Dart score program. |
| Cover Creator | : | Prints simplistic Cd-covers. |
| AsoSort | : | Sorts huge directories into subdirectories. |
| AsoMerge | : | Merges multipart files. |
| AsoSearch | : | Search and replace utility for filenames. |
| AsoPascal | : | Pascal demo 'emulator'. |
| AsoBrain Games | : | Multiplayer game applets. |