Talrijke aanpassingen gemaakt. Vorige commit gaf een fout en ik heb geen zin om informatie opnieuw te typen.

This commit is contained in:
2011-02-20 12:36:53 +00:00
parent 757d4f3868
commit b77e280343
26 changed files with 704 additions and 60 deletions

View File

@@ -6,12 +6,11 @@ import pm.task.TaskGatherer;
import pm.task.TaskListener;
public abstract class Application extends TaskListener {
public Application() {
super();
TaskGatherer.add(this);
}
public void run() {
try {
initialise();