From f266710840d32a9cdd418b830119b1131282c477 Mon Sep 17 00:00:00 2001 From: mrchensheng21 <45890946+mrchensheng21@users.noreply.github.com> Date: Thu, 10 Oct 2019 01:59:17 +0800 Subject: [PATCH] Add TableView.fxml to create a table (#54) * Edit User Guide in display * Edit User Guide in display (#42) (#3) * Cleanup the User Guide format * Edit the User Guide to sort the flow of guide (#43) (#4) * Edit User Guide in display * Edit User Guide in display (#42) (#3) * Cleanup the User Guide format * Add help and edit features into the User Guide * Add help and edit features into User Guide (#44) (#5) * Edit User Guide in display * Edit User Guide in display (#42) (#3) * Cleanup the User Guide format * Edit the User Guide to sort the flow of guide (#43) (#4) * Edit User Guide in display * Edit User Guide in display (#42) (#3) * Cleanup the User Guide format * Add help and edit features into the User Guide * Add TableView.fxml skeleton * Edit TableView.fxml * Add textfield and user input field into TableView.fxml --- src/main/resources/view/TableView.fxml | 73 ++++++++++++++++++++++++++ 1 file changed, 73 insertions(+) create mode 100644 src/main/resources/view/TableView.fxml diff --git a/src/main/resources/view/TableView.fxml b/src/main/resources/view/TableView.fxml new file mode 100644 index 00000000000..3f4172b2fec --- /dev/null +++ b/src/main/resources/view/TableView.fxml @@ -0,0 +1,73 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +