vnphanquang / farius.crossword

JavaFX Crossword Editor Application.
0 stars 0 forks source link

Implement bi-directional binding between grid.content and gridfx.label.text when placeWord is called #13

Closed vnphanquang closed 6 years ago

vnphanquang commented 6 years ago
  1. Change grid.content to CharacterProperty
  2. Implement binding in placeWord
vnphanquang commented 6 years ago

resolved. Some other functionalities are also updated to run more smoothly.

  1. ExtractedWord is needed after all to ensure AddWord is simple but functional.
  2. Bi-directional binding is added when gridFX is created.
  3. Word added to board now is colored in light grey.
  4. addWordFromPrompt is added, beside the preexisted addWordFromSelectedGrids. Layout still needs to be updated.