Elinor78 / Bingo

Advanced Java Bingo Project
0 stars 0 forks source link

GUI - large JFrame #29

Closed Elinor78 closed 10 years ago

Elinor78 commented 10 years ago

We need someone to take Sidney's mock-up and create a large JFrame (1000px width or whatever) that contains appropriately-positioned JPanels to hold the cards and the called number displays. We'll need to account for different card orientations and sizes depending on the number of cards; I'm already scheming a good way to do this.

gregknight commented 10 years ago

Three JPanels for holding components are set in the JFrame. To-do: Do layouts on the PlayerCard panel and the Status panel.