nhabbott / Poker

JavaFX based 5 card draw poker game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't Set Two Nodes to Top in gamePane

nhabbott opened this issue · comments

I'm attempting to add the walletAmtContent HBox to the top left of the gamePane BorderPane and the avatar HBox to the top right. This is not working correctly as only one will show at a time.

Image of the issue w/ code in question