Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations dencom on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by pengifyd

  1. pengifyd

    Error ")" ??

    Here is the code that is giving me an error -- if(money > 500) JOptionPane.showMessageDialog(null, "OK..you win...I owe you $ "money - 500" \n You'll be back!!\n", "MONEY COUNT", JOptionPane.INFORMATION_MESSAGE); The error is telling me that I need to put ")" in the line (I'm assuming...
  2. pengifyd

    String question

    That's my fault I wasn't that clear. The string buffer worked though, thanks :)
  3. pengifyd

    String question

    I just have a (easy?) quick question. I'm trying to put this string into one line and not three and I was wondering how to do that. If anyone could help it would be appreciated. String pokerGame = (new StringBuilder()).append(" Dealer: X X\n\n X\n\n...

Part and Inventory Search

Back
Top