Skip to content
Snippets Groups Projects
Commit d6fdc7e9 authored by Harry Linrui XU's avatar Harry Linrui XU
Browse files

Added other options to filter expensetable

parent 359d3d25
No related branches found
No related tags found
10 merge requests!43Merging frontend-testing into master,!38"Made progressbar dynamic in accordance to spending. Added balance field....,!37Made the sub progress bars respond to changes in expense,!32Added input validation to add dialog boxes.,!30Redesigned scenes,!29Redesigned scenes,!28Redesigned scenes,!26Redesigned Main menu and expense/income windows,!24Merging frontend-testing with master,!23Merging frontend-testing and master
......@@ -83,7 +83,7 @@ public class ExpensesController {
@FXML
public void initialize() throws IOException {
ObservableList<String> filter = FXCollections.observableArrayList("All", "Other", "Food");
ObservableList<String> filter = FXCollections.observableArrayList("All", "Food", "Clothes", "Books", "Other", "Fixed expense");
show.setItems(filter);
show.setValue("All");
......
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