GUI for Poker game?
807607Jan 15 2007 — edited Jan 18 2007I'm trying to do the GUI part of the Poker texas hold em, however,
1. For the table, is it correct to insert a still image as a background then let everything taking place on top of it?
2. I don't know how to insert a picture into a JFrame/JPanel using NetBeans?
3. I don't know how to do the GUI for the cards?
4. What software should I use to do the GUI? Software like Netbeans, where I can drop and drag Swing component to a Frame, or should I be implementing the GUI line by line using things like JCreator, Notepad?
Can somebody shed me some light on how to do this?
Thanks...