Hey all I need some assistance in getting my tag app working as it should. Currently it displays values like this:
However, I am wanting it to wrap the tags instead of continuing to go horizontal. I changed all the HBox's to FlowPane's but that made it look all weird and didn't work well. I also tried doing VBox's but it still messes it up.
What I am wanting it to look like is this:
The current code:
Is there a way of doing this with the hbox?
Using the code for the FlowPane this is what the output looks like: