added todos

This commit is contained in:
Sem van der Hoeven
2020-03-04 22:40:23 +01:00
parent 78a4d4dd9f
commit 0d3428fb6b

View File

@@ -37,6 +37,8 @@ public class Visualiser extends Application {
private ListView<String> log;
private CrawlThread thread;
//TODO make listview always scroll to bottom
//TODO implement visualisation
@Override
public void start(Stage primaryStage) throws Exception {
new Visualiser();