Skip to content
Snippets Groups Projects
Commit 9607da25 authored by Sophia Kovalenko's avatar Sophia Kovalenko
Browse files

cleaned

parent f48c2d8d
Branches main
No related tags found
No related merge requests found
No preview for this file type
No preview for this file type
......@@ -47,10 +47,11 @@ public final class AnnotatedMapManager {
al.add("Show Unresolved");
ComboBox<String> comboBox = new ComboBox<>();
comboBox.setItems(FXCollections.observableArrayList(al));
comboBox.valueProperty().set(al.get(0));
comboBox.valueProperty().addListener((observable, oldValue, newValue) ->{ bean.setSelectedMode(comboBox.getItems().indexOf(comboBox.getValue()));
bean.drawProperty().set(!bean.drawProperty().get());});
bean.drawProperty().set(!bean.drawProperty().get());});
comboBox.valueProperty().set(al.get(2));
Pane p = new Pane(comboBox);
p.setPickOnBounds(false);
......
0,Martin Vetterli,true,0;1;2
1,Quentin,false,0
0,Martin Vetterli,true,
1,Quentin,false,
2,Paul,true,
......@@ -27,7 +27,7 @@
"location" : "CO021",
"date" : "2022-12-04",
"status" : "UNRESOLVED",
"upVotes" : 1,
"upVotes" : 9,
"empty" : false
}
}, {
......@@ -43,7 +43,7 @@
"location" : "SG hall",
"date" : "2022-12-04",
"status" : "UNRESOLVED",
"upVotes" : 19,
"upVotes" : 12,
"empty" : false
}
} ]
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment