Soldat Admin Applet
by iDante (with very minor help from the dude that wrote SARJ)
This is a veery simple admin program, the only reason it could be of any use to anyone is that it can be embedded in websites with the following steps:
1. Add Admin.jar to your website.
2. Add this code to where you want it to appear (don't change width, be careful with height):
<APPLET code="SoldatAdmin.class" archive="Admin.jar" width="800" height="400">
I really just made this to learn how to do some things in java (threads, sockets, more advanced GUI's), so I don't really plan on adding much more to it.