Java Help

Hey guys, Need some help working with Swing and adding things to panels. So I need to make a game board for monopoly, I know i need to use a BorderLayout with JPanels that are grid based layout. My problem is adding JButtions and JLabels to the grids in the correct order, how would I Create an 1x11 grid of Jlabels and have the 5th one be a button and be able to change the text fields of the labels.
thanks for any help.

I found this. I think it applies to what your trying to accomplish. Any reason your using the swing libraries instead of the javafx libraries?

Sorry didn’t realize how old this post was.

Closed due to Necro.