Results 1 to 3 of 3
Thread: need help with a JOptionPane
- 02-19-2010, 09:16 PM #1
Member
- Join Date
- Feb 2010
- Posts
- 2
- Rep Power
- 0
need help with a JOptionPane
i need it to not deal a card when i hit no as well? how do i alter the code?Java Code:int card = JOptionPane.YES_OPTION; do { card = JOptionPane.showConfirmDialog(null, "Want another card?", "Input", JOptionPane.YES_OPTION); hand.deal(); } while(card == JOptionPane.YES_OPTION);
- 02-19-2010, 09:21 PM #2
- Join Date
- Sep 2008
- Location
- Voorschoten, the Netherlands
- Posts
- 11,405
- Blog Entries
- 7
- Rep Power
- 17
- 02-19-2010, 09:40 PM #3
Member
- Join Date
- Feb 2010
- Posts
- 2
- Rep Power
- 0
Similar Threads
-
need help for JOptionPane....
By keycoffee in forum New To JavaReplies: 1Last Post: 02-09-2010, 08:59 AM -
Help with JOptionPane
By SwEeTAcTioN in forum New To JavaReplies: 12Last Post: 11-03-2009, 04:12 AM -
JOptionpane
By tommyyyy in forum New To JavaReplies: 2Last Post: 03-20-2009, 08:33 AM -
JOptionPane
By Mir in forum New To JavaReplies: 5Last Post: 11-29-2008, 02:04 AM -
JOptionPane
By whosadork in forum New To JavaReplies: 2Last Post: 10-23-2008, 02:17 AM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks