AndrewRigg / Crossword

Crossword Generator made by Steven Court
0 stars 0 forks source link

New crossword layout #66

Closed Golpette closed 7 years ago

Golpette commented 7 years ago

Still in the process of playing around with layout of crossword but it's starting to look nice and I think it is more usable. I didn't want to merge to master til you had looked at it / maybe you think I should try and merge this to your Zoom branch first just to test how compatible they are?

What's new: Implemented your FlowLayout idea and changed all the JLabels to JTextAreas so we could do text wrapping. Split across and down clues into separate panels so they're side by side. (Still need to try and fix their vertical alignment but it looks better than before anyway).

Also I finished implementing clue highlighting when words in crossword are selected - it should be now that there is always one word and one clue highlighted in green. Can change this by clicking on grid, pushing any text or arrow key, or hovering your mouse over the actual clue.

Let me know if this is working on your computer yet? I changed a lot of the layout parameters so hopefully this issue disappears :P