-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Selectable checkboxes for editing and deleting games (#108)
* Changed deleting and editing game to use CheckTreeView. * Added global buttons to allow them to be used from multiple methods/functions. * Moved some padding, spacing, and alignment code to css. * Added a "footer" section to hold the edit button, delete button, and menu button. * Added functions/methods are at the top and can be moved. They don't have proper comment blocks for JavaDoc use. * getGameIndex(TreeItem<String> selectedItem) was changed to getGameIndex(String selectedGame).
- Loading branch information
1 parent
cb775fe
commit 4e0cef3
Showing
2 changed files
with
181 additions
and
83 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters