Talrijke aanpassingen gemaakt. Vorige commit gaf een fout en ik heb geen zin om informatie opnieuw te typen.
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user