added todos
This commit is contained in:
@@ -37,6 +37,8 @@ public class Visualiser extends Application {
|
|||||||
private ListView<String> log;
|
private ListView<String> log;
|
||||||
private CrawlThread thread;
|
private CrawlThread thread;
|
||||||
|
|
||||||
|
//TODO make listview always scroll to bottom
|
||||||
|
//TODO implement visualisation
|
||||||
@Override
|
@Override
|
||||||
public void start(Stage primaryStage) throws Exception {
|
public void start(Stage primaryStage) throws Exception {
|
||||||
new Visualiser();
|
new Visualiser();
|
||||||
|
|||||||
Reference in New Issue
Block a user