I'm working on a java application which requires the creation of a tournament bracket to take in event results, and I would like to display this tournament in a JFrame if possible, it needs to show 2,4,8,16, etc original players. I want to dynamically generate this using a jcombobox to ask the user how many players they want in the event and then have the appropriate number (and hopefully appropriately spaced) of jtextboxes.
Any ideas on an "easy" way to go about coding this myself? Not looking for complete code, just a starting point.
Edit: When I get around to finishing up code for this project, I'll post the layout I've done here for everyone's future reference.