I’m making my own solitaire program I can run on my computer (for leisure and practice) and I am trying to display my ‘ArrayList<Card>[] playspace’ like it shows in Solitaire. More specifically I’m trying to display the card order downward instead of to the right side like it currently is. Following is my entire program (necessary classes needed to run).